From 1e0abc31479b25c5e6a53e78baafb81edbc15727 Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Wed, 30 Jul 2025 17:20:33 +0000 Subject: [PATCH] Update playbooks/templates/borg/borgmatic-config.yaml.j2 --- playbooks/templates/borg/borgmatic-config.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/templates/borg/borgmatic-config.yaml.j2 b/playbooks/templates/borg/borgmatic-config.yaml.j2 index 4acfcf9..d38e124 100644 --- a/playbooks/templates/borg/borgmatic-config.yaml.j2 +++ b/playbooks/templates/borg/borgmatic-config.yaml.j2 @@ -17,7 +17,7 @@ location: # ✅ Use a dedicated SSH key for Borg backups 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 + # (First sudo su) ssh-keygen -t ed25519 -f /root/.ssh/borg storage: # ✅ Encryption key; supply via vault/secret