added comments in crontabs for purpose.
[feisty_meow.git] / infobase / configuration / cron / git_account_backup.crontab
index 77036adf089103b24d28067f73cf8e102d454d99..d57e65f65edd6c9b5a330c3422fd50ded329c5d5 100644 (file)
@@ -5,6 +5,7 @@ SHELL=/bin/bash
 
 USER=fred
 
+#[git account backup]
+# 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 
 
-# archives the whole ~git folder with all account databases into a compressed tar file.