first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / database / configuration / cron / zooty_archive_packer.crontab
1
2 SHELL=/bin/bash
3
4 # m h dom mon dow command
5
6 # this packs up our archives once a day.
7 32 6 0 * * (source $HOME/yeti/scripts/core/profile.sh; bash $HOME/yeti/scripts/archival/pack_yeti.sh ; bash $HOME/yeti/scripts/archival/pack_hoople.sh ) &>/tmp/packing_cron.log 
8
9