2023-10-18 01:31:05 +02:00
|
|
|
# /etc/cron.d/restic.crontab
|
|
|
|
|
|
|
|
# every 4 hours create a backup
|
|
|
|
0 */4 * * * root /neb/common/restic/backup.sh
|
|
|
|
|
|
|
|
# every day at 2 in the morning, forget old backups
|
|
|
|
0 2 * * * root /neb/common/restic/forget.sh
|
|
|
|
|
|
|
|
# every 1st of the month at 2 in the morning, prune
|
2023-10-18 02:00:33 +02:00
|
|
|
50 2 1 * * root /neb/common/restic/prune.sh
|