259511f04f5601bfd41f4b6704161d1245cd0f92
[feisty_meow.git] / infobase / configuration / cron / backup_maildir.crontab
1
2
3 SHELL=/bin/bash
4
5 # m h dom mon dow command
6
7 USER=fred
8
9 #[backup maildir]
10 # backs up the maildir folder for fred monthly
11 * * 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
12
13