WIP: backups with borg and borgmatic #39

Manually merged
jeltz merged 45 commits from backups into master 2024-07-01 01:55:28 +02:00
Showing only changes of commit d16676bfb6 - Show all commits

View file

@ -98,7 +98,7 @@ is_aurore_host: "{{ 'aurore_vm' in group_names }}"
borg_keep_daily: 7 borg_keep_daily: 7
borg_keep_weekly: 4 borg_keep_weekly: 4
borg_keep_monthly: 12 borg_keep_monthly: 12
borg_host_dir: "/borg/{{ ansible_fqdn }}/" borg_host_dir: "/borg/{{ ansible_hostname }}/"
borg_backup_directories: borg_backup_directories:
- "/etc/" - "/etc/"
- "/var/" - "/var/"