fixing path in calendar script
[feisty_meow.git] / infobase / configuration / cron / backup_photo_albums.crontab
index 51e80c88dce33cd54c99977997879f284c7b02ce..8c5fc02507d668fc4568d7bcd12ad1a894967e0f 100644 (file)
@@ -1,4 +1,11 @@
 
+
+SHELL=/bin/bash
+
+# m h dom mon dow command
+
+USER=fred
+
 #[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