X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Fconfiguration%2Fcron%2Fbackup_git_account.crontab;h=ae28d5626aa9bec6755c92cf6daba918eecfe335;hb=d8683db99ed4e0e41580784f0e6bbd188503d863;hp=c7536f4699f839ebb5ebf13eed3d165c041213b8;hpb=542f79a85704552f17d792b1b0eb3f5b31a9185c;p=feisty_meow.git diff --git a/infobase/configuration/cron/backup_git_account.crontab b/infobase/configuration/cron/backup_git_account.crontab index c7536f46..ae28d562 100644 --- a/infobase/configuration/cron/backup_git_account.crontab +++ b/infobase/configuration/cron/backup_git_account.crontab @@ -1,5 +1,9 @@ +############## + #[backup git account] # archives the whole ~git folder with all account databases into a compressed tar file. -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 +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 + +##############