cleaned up some example crontabs
[feisty_meow.git] / infobase / configuration / cron / backup_maildir.crontab
index 259511f04f5601bfd41f4b6704161d1245cd0f92..2cbde0839e556cd66edc05687b938bf6d06b8864 100644 (file)
@@ -1,13 +1,9 @@
 
+##############
 
-SHELL=/bin/bash
-
-# m h dom mon dow command
-
-USER=fred
-
-#[backup maildir]
-# backs up the maildir folder for fred monthly
-* * 1 * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; tar -czf /z/stuffing/archives/maildir_backup_$(date_stringer).tar.gz $HOME/Maildir) &>/tmp/maildir_backup_${USER}.log
+#[backup_maildir]
+# backs up the maildir folder for fred bi-monthly.
+8 4 3,14 * * (source $FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh; tar -czf /z/stuffing/archives/maildir_backup_$(date_stringer).tar.gz $HOME/Maildir) &>/tmp/${CRONUSER}-cron-backup_maildir.log
 
+##############