From: Chris Koeritz Date: Wed, 13 Mar 2013 17:23:28 +0000 (-0400) Subject: new script for our config management on main feisty meow server. X-Git-Tag: 2.140.90~1054 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=d618ceb57d2cd2cb84afeb179a9cd51d8dae906c;p=feisty_meow.git new script for our config management on main feisty meow server. --- diff --git a/database/configuration/cron/serene_backup.crontab b/database/configuration/cron/serene_backup.crontab new file mode 100644 index 00000000..303b053d --- /dev/null +++ b/database/configuration/cron/serene_backup.crontab @@ -0,0 +1,12 @@ + +SHELL=/bin/bash + +# m h dom mon dow command + +############## + +# backs up config files and important parts of home directories to off-machine storage. +14 2 * * */7 (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/archival/serene_backer_upper.sh) &>/tmp/offmachine_backup.log + +############## +