| 15 | The BOA install script output has been saved on ticket:466#comment:22 |
| 16 | |
| 17 | == backupninja == |
| 18 | |
| 19 | backupninja has been installed and configured to backup to another server in the Sheffield colo, three backup tasks have been configured in {{{/etc/backup.d/}}}, {{{10.sys}}} which does backups of system settings, like all the packages installed, {{{20.mysql}}} which dumps all the mysql databases into {{{/var/backups/mysql}}} and uses {{{/etc/mysql/debian.cnf}}} for authentication and finally {{{90.rdiff}}} which is set to backup all these directories: |
| 20 | |
| 21 | {{{ |
| 22 | include = /var/spool/cron/crontabs |
| 23 | include = /var/backups |
| 24 | include = /var/aegir |
| 25 | include = /etc |
| 26 | include = /root |
| 27 | include = /home |
| 28 | include = /usr/local/ |
| 29 | include = /var/lib/dpkg/status* |
| 30 | include = /opt |
| 31 | include = /srv |
| 32 | include = /data |
| 33 | exclude = /home/*/.gnupg |
| 34 | exclude = /home/*/.local/share/Trash |
| 35 | exclude = /home/*/.Trash |
| 36 | exclude = /home/*/.thumbnails |
| 37 | exclude = /home/*/.beagle |
| 38 | exclude = /home/*/.aMule |
| 39 | exclude = /home/*/gtk-gnutella-downloads |
| 40 | exclude = /var/cache/backupninja/duplicity |
| 41 | }}} |
| 42 | |