| 365 | | 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: |
| 366 | | |
| 367 | | {{{ |
| 368 | | include = /var/spool/cron/crontabs |
| 369 | | include = /var/backups |
| 370 | | include = /var/aegir |
| 371 | | include = /etc |
| 372 | | include = /root |
| 373 | | include = /home |
| 374 | | include = /usr/local/ |
| 375 | | include = /var/lib/dpkg/status* |
| 376 | | include = /opt |
| 377 | | include = /srv |
| 378 | | include = /data |
| 379 | | exclude = /home/*/.gnupg |
| 380 | | exclude = /home/*/.local/share/Trash |
| 381 | | exclude = /home/*/.Trash |
| 382 | | exclude = /home/*/.thumbnails |
| 383 | | exclude = /home/*/.beagle |
| 384 | | exclude = /home/*/.aMule |
| 385 | | exclude = /home/*/gtk-gnutella-downloads |
| 386 | | exclude = /var/cache/backupninja/duplicity |
| 387 | | }}} |
| | 365 | backupninja has been installed and configured to backup to another server in the Sheffield colo, two backup tasks have been configured in {{{/etc/backup.d/}}}, {{{10.sys}}} which does backups of system settings, like all the packages installed and {{{20.mysql}}} which dumps all the mysql databases into {{{/var/backups/mysql}}} and uses {{{/etc/mysql/debian.cnf}}} for authentication. In October 2013 we switched the servers filesystem to a ZFS server on the network, see ticket:593#comment:5 and now filesystem backups are done via ZFS snapshots so the rsync backup was disabled, see ticket:535#comment:22 |
| | 366 | |