Laravel Community Tools by Tighten
Back to Recipes

install automysqlbackup

vesper8 un-tested

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

bash

Comments

No comments yet.

Log in to leave a comment.