duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] How to backup stuff>5GB


From: edgar . soldin
Subject: Re: [Duplicity-talk] How to backup stuff>5GB
Date: Sat, 26 Feb 2022 00:34:43 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1

On 26.02.2022 00:24, Tashrif wrote:
    or stick with boto2 and use the parameters mentioned.


There is already a default '--s3-multipart-chunk-size' in duplicity/config.py:

180 # after this volume, we will switch to multipart upload
181 mp_factor = 1.1
182 mp_segment_size = mp_factor * volsize

If --s3-multipart-chunk-size is at all used in boto, shouldn't that be 
automatically activated?

it is not activated by default

 https://gitlab.com/duplicity/duplicity/-/blob/master/duplicity/config.py#L238

but a 25MB default chunk size is set, indeed. i do not know why.

.. ede



reply via email to

[Prev in Thread] Current Thread [Next in Thread]