added borg-bu-wrapper

This commit is contained in:
Radar231 2023-07-06 20:05:53 -04:00
parent c8011fa3bc
commit e61846195f
1 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@
mode: "0755"
loop:
- borg-bu
- borg-bu-wrapper
- borg-check
- borg-init
- borg-list
@ -68,7 +69,7 @@
name: "Daily backup"
minute: "00"
hour: "01"
job: "/usr/local/bin/borg-bu >>/usr/local/log/borg_cron_run.log 2>&1 &"
job: "/usr/local/bin/borg-bu-wrapper >>/usr/local/log/borg_cron_run.log 2>&1 &"
############################################################
- name: Generate ssh keys for root user (if they dont already exist)