Add BorgBase offsite backup repository #142

Merged
eblume merged 3 commits from feature/borgbase-offsite-backup into main 2026-02-10 12:47:03 -08:00
Showing only changes of commit 40285134ac - Show all commits

Fix SSH auth: use IdentitiesOnly to skip agent keys

The 1Password SSH agent offers many keys, causing "Too many
authentication failures" before the BorgBase key is tried.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Erich Blume 2026-02-10 11:27:56 -08:00

View file

@ -31,7 +31,7 @@ exclude_patterns:
encryption_passcommand: {{ borgmatic_encryption_passcommand }}
ssh_command: ssh -i {{ borgmatic_borgbase_ssh_key_path }}
ssh_command: ssh -o IdentitiesOnly=yes -i {{ borgmatic_borgbase_ssh_key_path }}
# Retention policy
keep_daily: {{ borgmatic_keep_daily }}