Commit d907dd9c31c22081311e252dd1549c05d226bf01

Authored by Michael Joseph
1 parent 684fc09f

added backup crontab


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@49 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 2 additions and 0 deletions
bin/backup-crontab 0 → 100644
  1 +# perform backups at five minutes past midnight daily
  2 +5 0 * * * $HOME/bin/dms-backup.sh > $HOME/bklog-`date +%Y-%m-%d` 2>&1
... ...