AME filter doesn't show dry-run content #111
Labels
No labels
blocked
breaking
bug
data loss
design finalized
good first issue
new feature area
question / support
security
waiting for response
No milestone
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
borgmatic-collective/borgmatic#111
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
When building out the include/exclude configuration on a host, I like to run borg with
--dry-run --filter AME-to show what would be backed up. This helps me refine my patterns to make sure they're working as expected.It appears that
--dry-runsets borgmatic's filter toAME, which doesn't show this content.Would it be possible to add the
-when running with--dry-run?Yup, that makes total sense. I wasn't aware of the
-flag until now.Implemented in master. Will go out as part of the next release!
Just released in borgmatic 1.2.12!