Upgrade borgmatic 2.0.13 → 2.1.3 #297
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "upgrade/borgmatic-2.1.3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
source_directories_must_existnow defaults to true (already set in our config)Borg Warnings Investigation
The main concern was 2.1.0's change to treat borg warnings as errors. In 2.1.3 this was partially reverted — "file not found" warnings (exit code 107) are back to being warnings. Our config already sets
source_directories_must_exist: true, and all four source directories were verified present on indri.Test plan
borgmatic --versionconfirms 2.1.3borgmatic config validatepassesborgmatic create --dry-runsucceeds against both repositories🤖 Generated with Claude Code