install automysqlbackup
By
everdaniel // 8 years ago
After much pain trying to figure out how to make the process of rsyncing backups created by automysqlbackup, I came up with this working recipe that requires no manual configuration at all
The script:
-install automysqlbackup
-creates post-backup-script to change file permissions so backups are rsync'able
-modifies default configuration (uncomments and changes value of POSTBACKUP in /etc/default/automysqlbackup
Once this is done then you will be able to rsync the contents out of /var/lib/automysqlbackup with the forge user