Use --stats flag without explicitly using --create or --prune #138
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
borgmatic-collective/borgmatic#138
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?
As revealed in #137, it would be nice to specify
borgmatic --statswith the default verbosity level of zero. However, the aggressive validation here prevents that:A solution could be to tone down the validation check so that if you're providing
--statsand only implicitly relying on borgmatic to prune, create, and check, then everything still works.@clickwir
Implemented. Will be part of the next release.
Just released in borgmatic 1.2.15.