feat: remove borg
This commit is contained in:
@@ -11,3 +11,4 @@ restic_backup_path: ["/srv", "/home", "/etc"]
|
||||
restic_backup_excluded_path: ["/srv/NOBACKUP"]
|
||||
restic_backup_hour: 6
|
||||
restic_backup_minute: 0
|
||||
restic_exe_group: "root"
|
||||
|
@@ -16,4 +16,4 @@
|
||||
path: "{{ restic_path }}"
|
||||
mode: 0755
|
||||
owner: root
|
||||
group: root
|
||||
group: "{{ restic_exe_group }}"
|
||||
|
@@ -12,7 +12,7 @@
|
||||
src: resticbackup.sh.j2
|
||||
dest: "{{ restic_script_path }}"
|
||||
owner: root
|
||||
group: root
|
||||
group: "{{ restic_exe_group }}"
|
||||
mode: '0750'
|
||||
|
||||
- name: Cron backup script
|
||||
|
Reference in New Issue
Block a user