| 42 | == Backupninja == |
| 43 | |
| 44 | [https://labs.riseup.net/code/projects/show/backupninja/ Backupninja] has been installed and set up -- it's set to backup files to another server in the same rack. The main configuration file is /etc/backupninja.conf and the files containing the list of things to be backed up are in /etc/backup.d/. 60 days worth of backups are saved. It is set to backup MySQL and the following directories: |
| 45 | {{{ |
| 46 | include = /var/spool/cron/crontabs |
| 47 | include = /var/backups |
| 48 | include = /etc |
| 49 | include = /root |
| 50 | include = /home |
| 51 | include = /usr/local/*bin |
| 52 | include = /var/lib/dpkg/status* |
| 53 | include = /web |
| 54 | exclude = /home/*/.gnupg |
| 55 | exclude = /home/*/.local/share/Trash |
| 56 | exclude = /home/*/.Trash |
| 57 | exclude = /home/*/.thumbnails |
| 58 | exclude = /home/*/.beagle |
| 59 | exclude = /home/*/.aMule |
| 60 | exclude = /home/*/gtk-gnutella-downloads |
| 61 | }}} |