Improve backups
All checks were successful
ShellCheck / shellcheck (push) Successful in 18s

This commit is contained in:
Mathieu Strypsteen 2024-08-25 08:14:05 +02:00
parent 9cc91c10f9
commit e983249efb
Signed by: mathieu
GPG key ID: 782A42E461BC6824
5 changed files with 6 additions and 5 deletions

View file

@ -1,9 +1,10 @@
source_directories:
- /run/host/etc
- /run/host/var/home
- /run/host/var/lib/container-data
- /run/host/var/lib/containers/storage/secrets
- /run/host/var/lib/containers/storage/volumes
- /run/host/root
- /run/host/var/roothome
exclude_patterns:
- /run/host/var/lib/containers/storage/volumes/systemd-monero
keep_daily: 7

View file

@ -4,3 +4,5 @@ server:
access-control: 0.0.0.0/0 allow
access-control: ::/0 allow
trust-anchor-file: /usr/share/dnssec-root/trusted-key.key
prefetch: yes
prefetch-key: yes

View file

@ -1,2 +0,0 @@
[Install]
WantedBy=multi-user.target

View file

@ -12,3 +12,5 @@ Volume=borgmatic-ssh.volume:/root/.ssh:U,Z
Tmpfs=/etc/crontabs
Environment=BACKUP_CRON="0 0 * * *"
AutoUpdate=registry
[Install]
WantedBy=multi-user.target

View file

@ -1,2 +0,0 @@
[Install]
WantedBy=multi-user.target