Protecting Your Site
Every auto-fix creates an automatic backup, ensuring you can always restore the original state.
Automatic Backups
When you apply an auto-fix:
- Plugin records the current state
- Change is applied
- Backup is stored securely
No action needed - it is automatic.
What Gets Backed Up
- WordPress options that will change
- Database rows that will be modified
- File contents if files are edited
Backup Storage
Backups are stored in:
wp-content/tsa-backups/
Protected by:
- .htaccess rules (no direct access)
- Index.php (prevents directory listing)
- 30-day automatic cleanup
Restoring a Backup
To undo any auto-fix:
- Go to Technical Auditor > Issues
- Filter by Fixed status
- Find the issue to undo
- Click the Undo button
- Confirm when prompted
The original state is restored instantly.
Backup Retention
Backups are kept for 30 days, then automatically deleted. If you need longer retention:
- Go to Settings > Backup
- Change retention period
- Save
Note: Longer retention uses more disk space.