This bug was fixed in 0.6.25. Please update.
On Sat, Nov 22, 2014 at 4:05 AM, Kai Stian Olstad < [email protected]> wrote: > You are backing up from root "/", when you do that you should at least > exclude > /dev > /proc > /sys > > Other good excludes are: > /media > /root/.cache/duplicity > /tmp > > -- > You received this bug notification because you are subscribed to > Duplicity. > https://bugs.launchpad.net/bugs/1388633 > > Title: > crashes with code 30 (OverflowError) at start > > Status in Duplicity - Bandwidth Efficient Encrypted Backup: > New > Status in “duply” package in Ubuntu: > New > > Bug description: > duplicity 0.6.18 > Python 2.7.3 > Ubuntu v12.04 LTS server > Type of target filesystem: Linux (FTP-server) > Duply comandline: "backup_verify_purge --force" > > When I start duplicity for the first backup via duply I get this: > > >-------------------- > --- Start running command BKP at 21:38:43.703 --- > Traceback (most recent call last): > File "/usr/bin/duplicity", line 1432, in <module> > with_tempdir(main) > File "/usr/bin/duplicity", line 1426, in with_tempdir > fn() > File "/usr/bin/duplicity", line 1275, in main > do_backup(action) > File "/usr/bin/duplicity", line 1396, in do_backup > full_backup(col_stats) > File "/usr/bin/duplicity", line 511, in full_backup > globals.backend) > File "/usr/bin/duplicity", line 389, in write_multivol > globals.gpg_profile, globals.volsize) > File "/usr/lib/python2.7/dist-packages/duplicity/gpg.py", line 319, in > GPGWriteFile > data = block_iter.next().data > File "/usr/lib/python2.7/dist-packages/duplicity/diffdir.py", line > 514, in next > result = self.process(self.input_iter.next()) > File "/usr/lib/python2.7/dist-packages/duplicity/diffdir.py", line > 188, in get_delta_iter > for new_path, sig_path in collated: > File "/usr/lib/python2.7/dist-packages/duplicity/diffdir.py", line > 281, in collate2iters > for relem1 in riter1: > File "/usr/lib/python2.7/dist-packages/duplicity/selection.py", line > 175, in Iterate > subpath, val = diryield_stack[-1].next() > File "/usr/lib/python2.7/dist-packages/duplicity/selection.py", line > 144, in diryield > error_handler, Path.append, (path, filename)) > File "/usr/lib/python2.7/dist-packages/duplicity/robust.py", line 37, > in check_common_error > return function(*args) > File "/usr/lib/python2.7/dist-packages/duplicity/path.py", line 517, > in append > return self.__class__(self.base, self.index + (ext,)) > File "/usr/lib/python2.7/dist-packages/duplicity/path.py", line 497, > in __init__ > self.setdata() > File "/usr/lib/python2.7/dist-packages/duplicity/path.py", line 511, > in setdata > self.set_from_stat() > File "/usr/lib/python2.7/dist-packages/duplicity/path.py", line 96, in > set_from_stat > self.devnums = (os.major(self.stat.st_rdev), > OverflowError: signed integer is greater than maximum > > 21:38:57.097 Task 'BKP' failed with exit code '30'. > --- Finished state FAILED 'code 30' at 21:38:57.097 - Runtime > 00:00:13.394 --- > >---------------------- > > To manage notifications about this bug go to: > https://bugs.launchpad.net/duplicity/+bug/1388633/+subscriptions > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1388633 Title: crashes with code 30 (OverflowError) at start To manage notifications about this bug go to: https://bugs.launchpad.net/duplicity/+bug/1388633/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
