← Back to team overview

duplicity-team team mailing list archive

Re: [Question #557374]: Using Swift backend, signatures and manifests are not segmented

 

Question #557374 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/557374

Doug posted a new comment:
Hi Ken,
Thanks for taking the time to reply.  I think I am in a rock and a hard place. As I am stuck with millions of small files.

 # find . -type f |wc -l
1721980
# find . -size +10M -type f |wc -l
2169
# find . -size +5M -type f |wc -l
5204
# find . -size +1M -type f |wc -l
33583

So from my reading of the man page, setting the --max-blocksize is not
really helping my cause.  So that leaves me with the option of splitting
the backup into a couple of runs which won't be straight forward for me
either as the distribution of data can vary greatly in the sub
directories.

-- 
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.