duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] 0.4.3.RC8 Ready for Test


From: Thomas Tuttle
Subject: Re: [Duplicity-talk] 0.4.3.RC8 Ready for Test
Date: Wed, 27 Jun 2007 16:24:55 -0400

Now I'm getting this error, when backing up to an empty directory over ssh:

Traceback (most recent call last):
 File "/usr/local/bin/duplicity", line 378, in ?
   if __name__ == "__main__": main()
 File "/usr/local/bin/duplicity", line 368, in main
   if action == "full": full_backup(col_stats)
 File "/usr/local/bin/duplicity", line 147, in full_backup
   bytes_written = write_multivol("full", tarblock_iter, globals.backend)
 File "/usr/local/bin/duplicity", line 83, in write_multivol
   globals.gpg_profile,globals.volsize)
 File "/usr/local//lib64/python2.4/site-packages/duplicity/gpg.py",
line 192, in GPGWriteFile
   try: data = block_iter.next(bytes_to_go).data
 File "/usr/local//lib64/python2.4/site-packages/duplicity/diffdir.py",
line 407, in next
   result = self.process(self.input_iter.next(), size)
 File "/usr/local//lib64/python2.4/site-packages/duplicity/diffdir.py",
line 487, in process
   data, last_block = self.get_data_block(fp, size - 512)
 File "/usr/local//lib64/python2.4/site-packages/duplicity/diffdir.py",
line 509, in get_data_block
   if fp.close(): raise DiffDirException("Error closing file")
 File "/usr/local//lib64/python2.4/site-packages/duplicity/diffdir.py",
line 347, in close
   self.callback(self.sig_gen.getsig(), *self.extra_args)
 File "/usr/local//lib64/python2.4/site-packages/duplicity/diffdir.py",
line 298, in callback
   sigTarFile.addfile(ti, cStringIO.StringIO(sig_string))
 File "/usr/local//lib64/python2.4/site-packages/duplicity/tarfile.py",
line 762, in addfile
   self.fileobj.write(full_headers)
 File "/usr/local//lib64/python2.4/site-packages/duplicity/dup_temp.py",
line 120, in write
   return self.fileobj.write(buf)
 File "/usr/local//lib64/python2.4/site-packages/duplicity/gpg.py",
line 111, in write
   def write(self, buf): return self.gpg_input.write(buf)
IOError: [Errno 32] Broken pipe
close failed: [Errno 32] Broken pipe

On 6/27/07, Kenneth Loafman <address@hidden> wrote:
Thomas Tuttle wrote:
> On 6/27/07, Kenneth Loafman <address@hidden> wrote:
>> Bug 20039 - Andreas Schildbach: --and--
>> Patch 6030 - Alexander Zangerl <address@hidden>:
>> Duplicity now uses bzip2 for compression.  This matches the way
>> the Debian distribution handles it.  I'll think about adding an
>> option to override later, if its needed.
>
> Will this work in conjunction with GPG, or is it for unencrypted
> backups?  I'm sure I'd get smaller backup sizes with bzip2 than GPG's
> compression (zlib, I think).

Yes, its for use with GPG, not unencrypted.

...Ken


_______________________________________________
Duplicity-talk mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/duplicity-talk



--
Thomas Tuttle
http://www.ttuttle.net/
address@hidden




reply via email to

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