Enable borgmatic timer and generate root SSH key for borg server
The role now ensures the systemd timer is running (so backups actually fire on the schedule borgmatic ships by default) and generates an ed25519 key for root that can be authorized on the remote borg server. Also adds a testipaclient entry to backup_hosts. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+10
-10
@@ -3,13 +3,13 @@
|
||||
# Hosts not listed here are skipped by the `backup` role.
|
||||
# The value under each host is rendered verbatim as the borgmatic
|
||||
# config file (see https://torsion.org/borgmatic/docs/reference/configuration/).
|
||||
backup_hosts: {}
|
||||
# jim:
|
||||
# source_directories:
|
||||
# - /home
|
||||
# - /etc
|
||||
# repositories:
|
||||
# - path: ssh://user@backup.example.com/./backups/jim
|
||||
# keep_daily: 7
|
||||
# keep_weekly: 4
|
||||
# keep_monthly: 6
|
||||
backup_hosts:
|
||||
testipaclient:
|
||||
source_directories:
|
||||
- /home/jakub
|
||||
repositories:
|
||||
- path: /var/backups/borg/jakub-home
|
||||
label: jakub-home
|
||||
keep_daily: 7
|
||||
keep_weekly: 4
|
||||
keep_monthly: 6
|
||||
|
||||
Reference in New Issue
Block a user