f8d51b084372f8a666becb0371456b5910f9eadc
[feisty_meow.git] / infobase / configuration / cron / linux_config_snarf.crontab
1
2 SHELL=/bin/bash
3
4 # m h dom mon dow command
5
6 USER=fred
7
8 #[linux config snarf]
9 # do a backup of the config files once a week.
10 28 7 * * 4 (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; cd /z/stuffing/archives; perl $HOME/feisty_meow/scripts/archival/snarf_linux_config.pl) &>>/tmp/zz_linux_config_snarf_$USER.log
11