WP Plugin: Automatic Backup

Status
Not open for further replies.


If you don't mind using a cron you could just put this in your crontab on the desired schedule.

mysqldump -uusername -ppassword wordpress_db_name > wordpress_backup_`date '+%y%m%d'`.sql

would work just as well as any plugin and easier.
 
Status
Not open for further replies.