77036adf089103b24d28067f73cf8e102d454d99
[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 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 
9
10 # archives the whole ~git folder with all account databases into a compressed tar file.