Borg warnings about deprecated options #76
-
I am seeing the following warnings when running emborg: $ emborg version
emborg version: 1.37 (2023-05-18) [Python 3.9.2].
$ emborg log
…
Borg stderr:
Warning: "--remote-ratelimit" has been deprecated. Use --upload-ratelimit instead.
Warning: "--prefix" has been deprecated. Use "--glob-archives 'yourprefix*'" (-a) instead. Is this something I can fix in the emborg config or does it need to be fixed in the emborg code? |
Beta Was this translation helpful? Give feedback.
Answered by
KenKundert
Oct 29, 2023
Replies: 1 comment 1 reply
-
I recommend that you read the documentation for each of the following settings: remote_ratelimit Basically you can simply rename remote_ratelimit to upload_ratelimit. Converting from prefix to glob_archives is similar, but requires a bit of massaging. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
p3k
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I recommend that you read the documentation for each of the following settings:
remote_ratelimit
upload_ratelimit
prefix
glob_archives
Basically you can simply rename remote_ratelimit to upload_ratelimit. Converting from prefix to glob_archives is similar, but requires a bit of massaging.