duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] Is bzip2 really working?


From: cwood
Subject: [Duplicity-talk] Is bzip2 really working?
Date: Tue, 23 Sep 2008 09:35:38 -0600
User-agent: Internet Messaging Program (IMP) H3 (4.1.4)

I am setting up duplicity with amazon s3 and I did a small test and it looks like the data on S3 is the same size as the original data on my disk even though I have told it to use bzip2. I am running 0.5.02.


duplicity --encrypt-key=${GPG_KEY} \
          --sign-key=${GPG_KEY} \
          --volsize=50 \
          --gpg-options='--compress-algo=bzip2 --bzip2-compress-level=9' \
          --include=/srv/svn_websites \
          --exclude=/** \
          ${SOURCE} ${DEST}

File on S3 have names like:
duplicity-full.2008.09-22T17:12:06-06:00.vol1.difftar.gpg

Any tips on verifying that the compression is working or not working?

C.




reply via email to

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