cleaned up some example crontabs
[feisty_meow.git] / infobase / configuration / cron / backup_photo_albums.crontab
index 8c5fc02507d668fc4568d7bcd12ad1a894967e0f..b295bb0f8fd75dd953fffa06ba206098c2bba29c 100644 (file)
@@ -1,13 +1,9 @@
 
+##############
 
-SHELL=/bin/bash
-
-# m h dom mon dow command
-
-USER=fred
-
-#[backup photo albums]
+#[backup_photo_albums]
 # 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
+34 6 4 * * (source $FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh; tar -czf /z/stuffing/archives/photo_albums_backup_$(date_stringer).tar.gz /home/albums ; refred) &>>/tmp/${CRONUSER}-cron-backup_photo_albums.log
 
+##############