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 e12f67c920 - Show all commits

View file

@ -3,7 +3,7 @@
roles:
- borgbackup_server
- hosts: all,!unifi
- hosts: all,!unifi,!unifi-*,!wiki.adm.auro.re
roles:
- borgbackup_client
...