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: Kenneth Loafman
Subject: Re: [Duplicity-talk] 0.4.3.RC8 Ready for Test
Date: Wed, 27 Jun 2007 17:16:45 -0500
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

Do you have bzip2 installed on your system?  In the path?

I see an error below that indicates that gpg died with
    "gpg: selected compression algorithm is invalid".
If you don't, then try installing it.

...Ken

Thomas Tuttle wrote:
On 6/27/07, Kenneth Loafman <address@hidden> wrote:
Please turn on -v9 and let me have the log from command line down.  I'm
not able to duplicate the problem at all.

Executing duplicity -v9 --encrypt-key "3AC320A1" --full --exclude
"/home/tom/doc/"
--exclude "/home/tom/ia32/"
--exclude "/home/tom/.wine/drive_c/"
--exclude "/home/tom/.mozilla/firefox/6jwt0c45.foo/"
--exclude "/home/tom/.picasa/"
--exclude "/home/tom/.ooo-2.0/user/registry/cache/"
--exclude "/home/tom/.thumbnails/"
--exclude "/home/tom/2007.0/"
--exclude "/home/tom/.macromedia/Flash_Player/#SharedObjects/"
--exclude "/home/tom/nobackup/" /home/tom
scp://address@hidden/backups/lion-home...
Main action: full
Reading results of 'printf 'cd backups/lion-home
ls -1' | sftp -oPort=22 -b - address@hidden'
Collection Status
-----------------
Connecting with backend: scpBackend
Archive dir: None
No backup chains with active signatures found

Found 0 backup chains without signatures.
No orphaned or incomplete backup sets found.
gpg: selected compression algorithm is invalid
Selecting /home/tom
Comparing () and None
Getting delta of (() /home/tom dir) and None
Generating delta - new file: .
Selecting /home/tom/.3ddesktop
Comparing ('.3ddesktop',) and None
Getting delta of (('.3ddesktop',) /home/tom/.3ddesktop dir) and None
Generating delta - new file: .3ddesktop
Selecting /home/tom/.3ddesktop/pid
Comparing ('.3ddesktop', 'pid') and None
Getting delta of (('.3ddesktop', 'pid') /home/tom/.3ddesktop/pid reg) and None
Generating delta - new file: .3ddesktop/pid
gpg: Traceback (most recent call last):
 File "/usr/local/bin/duplicity", line 378, in ?
selected compression algorithm is invalid
   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





reply via email to

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