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 4cc41cb9b3 - Show all commits

Disable RunAtLoad for borgmatic LaunchAgent

Prevents unintended backup runs when Ansible reloads the LaunchAgent.
The StartCalendarInterval (2 AM daily) handles scheduling.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Erich Blume 2026-02-10 12:31:40 -08:00

View file

@ -23,7 +23,7 @@
<string>create</string>
</array>
<key>RunAtLoad</key>
<true/>
<false/>
<key>StandardErrorPath</key>
<string>{{ borgmatic_log_dir }}/mcquack.borgmatic.err.log</string>
<key>StandardOutPath</key>