diff --git a/bin/backup-crontab b/bin/backup-crontab new file mode 100644 index 0000000..5206d96 --- /dev/null +++ b/bin/backup-crontab @@ -0,0 +1,2 @@ +# perform backups at five minutes past midnight daily +5 0 * * * $HOME/bin/dms-backup.sh > $HOME/bklog-`date +%Y-%m-%d` 2>&1