extra_borg_options info fails #1304
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 project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
borgmatic-collective/borgmatic#1304
Loading…
Add table
Add a link
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'm trying to do and why
Hey
I need to pass the
--remote-pathtoborg infowhich is needed for rsync.net.The validation fails:
If I comment
infoout there is no issue but the borgmatic run fails until it runsborg info --json server.Regarding to the docs - https://torsion.org/borgmatic/reference/configuration/#extra_borg_options-option that should be possible, right?
borgmatic version
1.9.14
borgmatic installation method
Debian package/s
Borg version
borg 1.4.0
Python version
Python 3.13.5
Database version (if applicable)
No response
Operating system and version
Debian 13.4
borgmatic 1.9.14 doesn't support
infoinextra_borg_options! You'll need to upgrade to at minimum borgmatic 2.0.11 for that to work.The good news though is that borgmatic has a native
remote_pathoption—so you shouldn't need to useextra_borg_optionsat all! Try this in your borgmatic configuation:Thanks!
That worked!
Glad to hear that did it!