tasty cron revival
[feisty_meow.git] / infobase / configuration / cron / backup_maildir.crontab
index 259511f04f5601bfd41f4b6704161d1245cd0f92..4939c033b8c83b1aa5b277b0e57ab71d35ca774f 100644 (file)
@@ -1,13 +1,5 @@
 
-
-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
 
-