Add --extra-borg-options.list option #1164
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#1164
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?
What I'd like to do and why
I currently run borgmatic on multiple hosts. I have a utility that I can run that verifies the status of all those hosts.
To do this, it runs a command such as:
The problem is that if there currently is a backup running on the host, it fails with an error:
Since
listis a read-only operation, the borg--bypass-lockoption would be safe and I've verified it would do what I want.I wish borgmatic had an option so I could run:
borgmatic list --extra-borg-options.list --bypass-lock ...Other notes / implementation ideas
No response
Thanks for filing this! #427 already covers expanding
extra_borg_options, but this ticket (#1164) is a good reminder that it should be implemented. So I'll close this one in favor of #427 and prioritize its implementation. Feel free to follow along there.Thank you! Look forward to it.
#427 is implemented in main and will be part of the next release! That means there's now a
listoption underextra_borg_optionswhere you should be able to specify--bypass-lockor any other options you like.Released in borgmatic 2.0.10!