snoroif
authorChris Koeritz <fred@gruntose.com>
Mon, 5 Sep 2016 23:13:23 +0000 (19:13 -0400)
committerChris Koeritz <fred@gruntose.com>
Mon, 5 Sep 2016 23:13:23 +0000 (19:13 -0400)
infobase/configuration/cron/backup_photo_albums.crontab [new file with mode: 0644]
infobase/configuration/cron/mysql_db_backup.crontab [deleted file]

diff --git a/infobase/configuration/cron/backup_photo_albums.crontab b/infobase/configuration/cron/backup_photo_albums.crontab
new file mode 100644 (file)
index 0000000..6209055
--- /dev/null
@@ -0,0 +1,6 @@
+
+
+# back up the pictures in coppermine gallery every month.
+34 6 4 * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; tar -czf /z/stuffing/archives/photo_albums_backup_$(date_stringer).tar.gz /home/albums ; refred) &>/tmp/albums_backup_${USER}.log
+
+
diff --git a/infobase/configuration/cron/mysql_db_backup.crontab b/infobase/configuration/cron/mysql_db_backup.crontab
deleted file mode 100644 (file)
index 8f86ac6..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-
-SHELL=/bin/bash
-
-# m h dom mon dow command
-
-USER=fred
-
-14 7 * * * bash $HOME/feisty_meow/scripts/database/backup_mysql_dbs.sh &>>/tmp/zz_backup_mysql_$USER.log
-