Update playbooks/templates/borg/borgmatic-config.yaml.j2

This commit is contained in:
2025-07-30 17:20:15 +00:00
parent 0a51a33ec2
commit bf1234fefb

View File

@@ -16,6 +16,8 @@ location:
# ✅ Use a dedicated SSH key for Borg backups # ✅ Use a dedicated SSH key for Borg backups
ssh_command: "ssh -i /root/.ssh/borg" ssh_command: "ssh -i /root/.ssh/borg"
# To use this key each client needs the following command run: (and the public key added to the repo server)
# sudo ssh-keygen -t ed25519 -f /root/.ssh/borg
storage: storage:
# ✅ Encryption key; supply via vault/secret # ✅ Encryption key; supply via vault/secret