Support borg --upload-buffer #865
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#865
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 think it woukd be useful to have support for the Borg
--upload-bufferoption in config.yaml and/or command line. It can improve upload speeds to remote locations.Other notes / implementation ideas
The original MR to Borg has some discussion about it: https://github.com/borgbackup/borg/pull/5574
Doc: https://borgbackup.readthedocs.io/en/stable/usage/general.html#common-options
Thanks for filing this! I've implemented it in main and will it'll be part of the next release. A few caveats:
upload_buffer_size) for this, not a command-line flag. Although you can always use--overrideas a work-around to set any configuration option from the command-line.createaction for now.Released in borgmatic 1.8.12!