du_backups/cron_entry.txt

7 lines
274 B
Plaintext

# Daily backup - full back on 1st of the month, incremental otherwise
00 01 * * * /usr/local/bin/du-wrapper >>/usr/local/log/duplicity_cron_run.log 2>&1 &
# Monthly cleanup of old backups
00 10 01 * * /usr/local/bin/du-clean >>/usr/local/log/duplicity_cron_run.log 2>&1 &