Changes between Version 28 and Version 29 of NewLiveServer


Ignore:
Timestamp:
10/25/10 18:23:50 (6 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewLiveServer

    v28 v29  
    1717 
    1818To backup the Mysql database and the files for the web sites to the wiki:DevelopmentServer run the /usr/local/bin/backup2kiwi script, it puts the files in /home/live/quince on kiwi.webarch.net and these files are used by the scripts on kiwi to update the Drupal and Mediwiki sites with the latest data from the live sites. 
    19  
    2019 
    2120== Mysql Backup == 
     
    4140}}} 
    4241 
     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{{{ 
     46include = /var/spool/cron/crontabs 
     47include = /var/backups 
     48include = /etc 
     49include = /root 
     50include = /home 
     51include = /usr/local/*bin 
     52include = /var/lib/dpkg/status* 
     53include = /web 
     54exclude = /home/*/.gnupg 
     55exclude = /home/*/.local/share/Trash 
     56exclude = /home/*/.Trash 
     57exclude = /home/*/.thumbnails 
     58exclude = /home/*/.beagle 
     59exclude = /home/*/.aMule 
     60exclude = /home/*/gtk-gnutella-downloads 
     61}}} 
    4362 
    4463== php ==