new script for our config management on main feisty meow server.
authorChris Koeritz <fred@gruntose.com>
Wed, 13 Mar 2013 17:23:28 +0000 (13:23 -0400)
committerChris Koeritz <fred@gruntose.com>
Wed, 13 Mar 2013 17:23:28 +0000 (13:23 -0400)
database/configuration/cron/serene_backup.crontab [new file with mode: 0644]

diff --git a/database/configuration/cron/serene_backup.crontab b/database/configuration/cron/serene_backup.crontab
new file mode 100644 (file)
index 0000000..303b053
--- /dev/null
@@ -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
+
+##############
+