TW
TW
Please add the borg version you use, client and server.
I tried with 1.1.16 and I can't reproduce. If I edit the repo config and increase the quota, it immediately gets reflected by the client.
I used `borg create -v --stats REMOTEREPO::archive sourcedir`. The `-v` will give some addtl. quota info.
Are you sure you edit the correct repo config?
Ah, right, that option has higher priority than the repo config. Did not think about it right now either. :-)
Maybe you could check the docs whether they somehow mention that.
Guess we both are not native english speakers. Maybe somebody who is can advise on that. Would the "has priority over" wording be better than "override"?
I must say that I don't use "cloud data storage services", so I can't advise about their API/capabilities. Borg's backend is similar to a key/value storage and segment files only...
Thanks for putting a bounty on this. If someone wants to take it: please discuss implementation here beforehands, do not work in the dark.
the problematic points (as you have partly noticed already): - using 1 file per chunk is not gonna work practically - too many chunks, too much overhead. you have to...