ae28d5626aa9bec6755c92cf6daba918eecfe335
[feisty_meow.git] / infobase / configuration / cron / backup_git_account.crontab
1
2 ##############
3
4 #[backup git account]
5 # archives the whole ~git folder with all account databases into a compressed tar file.
6 34 20 * * 5 tar -czf /z/stuffing/archives/git_archive_$(date +"\%Y_\%m_\%d_\%H\%M_\%S" | tr -d '/\n/').tar.gz /home/git &>>/tmp/${CRONUSER}-cron-backup_git_account.log
7
8 ##############
9