Support borg --upload-buffer #865
Loading…
x
Reference in New Issue
Block a user
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-buffer
option 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--override
as a work-around to set any configuration option from the command-line.create
action for now.Released in borgmatic 1.8.12!