cleaned up some example crontabs
[feisty_meow.git] / infobase / configuration / cron / backup_maildir.crontab
1
2 ##############
3
4 #[backup_maildir]
5 # backs up the maildir folder for fred bi-monthly.
6 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
7
8 ##############
9