fixing path in calendar script
[feisty_meow.git] / infobase / configuration / cron / git_account_backup.crontab
1
2 SHELL=/bin/bash
3
4 # m h dom mon dow command
5
6 USER=fred
7
8 #[git account backup]
9 # archives the whole ~git folder with all account databases into a compressed tar file.
10 34 20 * * 5 tar -czf /z/stuffing/archives/git_archive_$(date +"\%Y_\%m_\%d_\%H\%M_\%S" | tr -d '/\n/').tar.gz /home/git >/home/git/archiving_log.txt 
11