duplicity can use external compression program as pigz (for speed up)?

Asked by Shevtsov-anton

I use duplicity 0.6.20 (centos 5), duplicity 0.6.22 (centos 6)

If i replace Gzip to Pigz

mv /bin/gzip /bin/gzip.bak
ln -s /usr/bin/pigz /bin/gzip

The speed of the increase? Or duplicity can use system gzip ?

Question information

Language:
English Edit question
Status:
Answered
For:
Duplicity Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
edso (ed.so) said :
#1

On 27.10.2014 12:02, Shevtsov-anton wrote:
> New question #256248 on Duplicity:
> https://answers.launchpad.net/duplicity/+question/256248
>
> I use duplicity 0.6.20 (centos 5), duplicity 0.6.22 (centos 6)
>
> If i replace Gzip to Pigz
>
> mv /bin/gzip /bin/gzip.bak
> ln -s /usr/bin/pigz /bin/gzip
>
> The speed of the increase? Or duplicity can use system gzip ?
>

duplicity uses

- gpg's encryption feature unless --no-encryption is given
- python's gzip capabilities unless --no-compression is given (be aware that --no-compression is currently broken)

to answer your question - no.

..ede/duply.net

Revision history for this message
edso (ed.so) said :
#2

duplicity uses

- gpg's compression unless --no-encrytion is set
- python's gzip support unless --no-compression is set (--no-compression is currently broken)

to answer your question, no.

..ede/duply.net

PS: consider updating your duplicity to the latest release 0.6.25 fixing several bugs

Can you help with this problem?

Provide an answer of your own, or ask Shevtsov-anton for more information if necessary.

To post a message you must log in.