You try to run WP Backup. Error: “Could not create backup directory.” Backup fails. That is frustrating because you cannot save your site.
A common issue is that WordPress does not have write permissions to /wp-content/ folder. The plugin cannot create backup directory. The plugin is not broken. Server permissions are wrong.
Why WP Backup Cannot Create Backup Directory
WP Backup tries to create a folder like /wp-content/backups/. If WordPress user (www-data, nobody) does not have write permission to /wp-content/, directory creation fails. This is common on some hosting setups.
This is not WP Backup being bad. Server file permissions need adjustment.
The Most Common Permission Failures
- /wp-content/ folder permissions set to 755 (needs 775)
- Ownership wrong (Apache user vs FTP user)
- Disk full (no space to create directory)
- Security plugin blocking directory creation
- Hosting restrictions on backup plugins
Check permissions first.
How to Fix WP Backup Directory Creation
- Connect via FTP or hosting file manager
- Navigate to /wp-content/ folder
- Right-click → File Permissions
- Set permissions to 755 or 775
- Check “Apply to subdirectories”
- Create /wp-content/backups/ folder manually
- Set backup folder permissions to 775
- Run backup again
Manual folder creation bypasses plugin error.
How to Check Disk Space
Go to hosting control panel → Disk usage. If disk is full, delete old backups, unused plugins, or upgrade hosting. Free space for new backups.
Backups need free space equal to site size.
Alternative: Change Backup Location
In WP Backup settings, change backup directory to different location. Use /tmp/backups/ or /home/username/backups/. These may have correct permissions.
Custom location often solves permission issues.
People Also Ask About Backup Directory Errors
Why does WP Backup say “Could not create backup directory”?
Write permission denied. Fix /wp-content/ permissions or create folder manually.
Should I stop using WP Backup?
No. Fix permissions. Backup will work.
Is WP Backup worse than UpdraftPlus for directory creation?
All backup plugins need write permissions. Fix server permissions, not plugin.
Final Thoughts
If WP Backup cannot create backup directory, check /wp-content/ permissions. Set to 775. Create backup folder manually. Backups will run successfully.