feat: remove borg

This commit is contained in:
VC
2024-07-05 11:53:39 +02:00
parent befa7f4169
commit 88a52e2134
14 changed files with 22 additions and 120 deletions

View File

@@ -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"

View File

@@ -16,4 +16,4 @@
path: "{{ restic_path }}"
mode: 0755
owner: root
group: root
group: "{{ restic_exe_group }}"

View File

@@ -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