updated to reflect changes to borg backup scripts

This commit is contained in:
Radar231 2024-03-31 12:27:27 -04:00
parent c1cd6f7193
commit 2fad7a7887
1 changed files with 5 additions and 3 deletions

View File

@ -50,12 +50,14 @@
- borg-bu
- borg-bu-wrapper
- borg-check
- borg-init
- borg-info
- borg-init
- borg-list
- borg-repo
- borg-vars
- borg-user-bu.sh
- borg-offsite-vars
- borg-user-vars
- borg-user-offsite-vars
############################################################
- name: Copy bu-list to /usr/local/etc (if it doesn't exist)
@ -73,7 +75,7 @@
name: "Daily backup"
minute: "00"
hour: "01"
job: "/usr/local/bin/borg-bu-wrapper >>/usr/local/log/borg_cron_run.log 2>&1 &"
job: "/usr/local/bin/borg-bu-wrapper /usr/local/bin/borg-vars >>/usr/local/log/borg_cron_run.log 2>&1 &"
############################################################
- name: Generate ssh keys for root user (if they dont already exist)