New question #660695 on Duplicity: https://answers.launchpad.net/duplicity/+question/660695
Hello, using: * duplicity 0.7.14 * gpg (GnuPG) 1.4.16 * Linux 3.13.0-29-generic (Ubuntu) I had successfuly configured duplicity to remote backup content with commands such as: duplicity --encrypt-key D68E26B0 /etc sftp://[email protected]/duplicity/mendoza.xxxxxx.com/etc But it suddenly failed a few days ago with the following errors: GPGError: GPG Failed, see log below: ===== Begin GnuPG log ===== gpg: [stdout]: write error: Fichier trop gros gpg: DBG: deflate: iobuf_write failed gpg: build_packet failed: erreur d'écriture de fichier gpg: [stdout]: write error: Fichier trop gros gpg: iobuf_flush failed on close: erreur d'écriture de fichier gpg: [stdout]: write error: Fichier trop gros gpg: iobuf_flush failed on close: erreur d'écriture de fichier gpg: [stdin]: encryption failed: erreur d'écriture de fichier ===== End GnuPG log ===== I have tried to reset the remote folder, removed local cache, reset gpg keyring, even tried differente schemes, to no avail: # LANG=en_US.UTH-8 duplicity --no-encryption /etc pexpect+scp://[email protected]/duplicity/mendoza.xxxxxx.com/etc Local and Remote metadata are synchronized, no sync needed. Last full backup date: none No signatures found, switching to full backup. Traceback (most recent call last): File "/usr/bin/duplicity", line 1548, in <module> with_tempdir(main) File "/usr/bin/duplicity", line 1534, in with_tempdir fn() File "/usr/bin/duplicity", line 1383, in main do_backup(action) File "/usr/bin/duplicity", line 1509, in do_backup full_backup(col_stats) File "/usr/bin/duplicity", line 573, in full_backup globals.backend) File "/usr/bin/duplicity", line 432, in write_multivol at_end = gpg.GzipWriteFile(tarblock_iter, tdp.name, globals.volsize) File "/usr/lib/python2.7/dist-packages/duplicity/gpg.py", line 443, in GzipWriteFile outfile.write(new_block.data) File "/usr/lib/python2.7/gzip.py", line 236, in write self.fileobj.write( self.compress.compress(data) ) File "/usr/lib/python2.7/dist-packages/duplicity/gpg.py", line 419, in write result = self.fileobj.write(buf) IOError: [Errno 27] File too large This backup is small (77MB) anf there are plenty of available space on both sides, even on /tmp/. Manual ssh to the remote user/host works. Any idea? -- You received this question notification because your team duplicity-team is an answer contact for Duplicity. _______________________________________________ Mailing list: https://launchpad.net/~duplicity-team Post to : [email protected] Unsubscribe : https://launchpad.net/~duplicity-team More help : https://help.launchpad.net/ListHelp

