that's better, all logs from cron append now.
[feisty_meow.git] / database / configuration / cron / linux_config_snarf.crontab
index 5aff864ceb5d543ea623a98162dbfbe77880d2fd..f90268c2cdb52889aed51f22b31df77260167f58 100644 (file)
@@ -4,5 +4,5 @@ SHELL=/bin/bash
 # m h dom mon dow command
 
 # do a backup of the config files once a week.
-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
+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) 2>&1 >>/tmp/zz_linux_config_snarf_$USER.log