borg-backup-server: make sure to append verification logs

We don't want to overwrite every run, but rather append to the log
file.

Change-Id: I304caedecbf6a9552f314636ca82a543ef16a8b6
This commit is contained in:
Ian Wienand 2021-02-15 14:45:03 +11:00
parent 6d0c4b0b3b
commit ece90fb7f7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
cron:
name: verify-borg-backups
state: present
job: '/usr/local/bin/verify-borg-backups &> /var/log/verify-borg-backups.log'
job: '/usr/local/bin/verify-borg-backups &>> /var/log/verify-borg-backups.log'
minute: '0'
hour: '0'
weekday: '0'