Open main menu

CDOT Wiki β

Changes

no edit summary
* Schedule backup as root (crontab entry). It will look something similar to this:
20 2 * * * ADMHOST=$(cat /etc/sysconfig/blaze); BKU=backup; export ADMHOST BKU; scp $BKU@$ADMHOST:/usr/local/bin/blaze /usr/local/bin/; chown -R $BKU:$BKU /usr/local/bin/blaze; chmod 755 /usr/local/bin/blaze; /usr/local/bin/blaze
===Restore from Backups===
This process is not automated yet. If an older copy is required for the postgresql dump or any script or configuration, please copy the necessary zip file from the /archive/blaze-backup/\[hostname\]/ and unzip it to a new location and take the
  maybe source here?possible description of it? ===Backup layout exampleLayout Example===
{| class="wikitable" border="1"
==Backup restore example==
configs, database, repo commands etc...
1
edit