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

5
backups.yml Normal file
View file

@ -0,0 +1,5 @@
---
- hosts: perceval.adm.auro.re
roles:
- borgbackup_server
...