Changes between Version 8 and Version 9 of PuffinServer


Ignore:
Timestamp:
12/15/12 20:08:31 (4 years ago)
Author:
chris
Comment:

backupninja section added

Legend:

Unmodified
Added
Removed
Modified
  • PuffinServer

    v8 v9  
    1313The plan is to use [https://drupal.org/project/octopus Octopus] to manage [http://community.aegirproject.org/ Ageir] and also the upgrades to the Transition Network Drupal site, this system is installed and upgraded using [https://drupal.org/project/barracuda Barracuda], the Barracuda Octopus Aegir combination is documented on the [http://groups.drupal.org/node/163784 BOA wiki]. 
    1414 
     15The BOA install script output has been saved on ticket:466#comment:22 
     16 
     17== backupninja == 
     18 
     19backupninja 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{{{ 
     22include = /var/spool/cron/crontabs 
     23include = /var/backups 
     24include = /var/aegir 
     25include = /etc 
     26include = /root 
     27include = /home 
     28include = /usr/local/ 
     29include = /var/lib/dpkg/status* 
     30include = /opt 
     31include = /srv 
     32include = /data 
     33exclude = /home/*/.gnupg 
     34exclude = /home/*/.local/share/Trash 
     35exclude = /home/*/.Trash 
     36exclude = /home/*/.thumbnails 
     37exclude = /home/*/.beagle 
     38exclude = /home/*/.aMule 
     39exclude = /home/*/gtk-gnutella-downloads 
     40exclude = /var/cache/backupninja/duplicity 
     41}}} 
     42