borg-backup-server: fix verification run
&>> is a bashism and not supported by sh, which cron runs the jobs under. Use >> instead. Change-Id: I8e67f466887070fb1dedc403c53227c3ce1b2f1d
This commit is contained in:
parent
df9a85e45c
commit
e5a2354451
@ -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 2>&1'
|
||||
minute: '0'
|
||||
hour: '0'
|
||||
weekday: '0'
|
||||
|
Loading…
Reference in New Issue
Block a user