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 4123af6c01 - Show all commits

View file

@ -2,4 +2,8 @@
- hosts: perceval.adm.auro.re
roles:
- borgbackup_server
- host: all, !unifi
roles:
- borgbackup_client
...