duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] Getting an OverflowError when trying to restore backups


From: Aaron Barnes
Subject: [Duplicity-talk] Getting an OverflowError when trying to restore backups 0.6.08b stack trace
Date: Wed, 28 Apr 2010 06:50:20 -0400

I realized in my last email that I only included the stack trace from 0.5.20.   In 0.6.08b on the same archive I get the following:

Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1239, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity", line 1232, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 1186, in main
    restore(col_stats)
  File "/usr/bin/duplicity", line 538, in restore
    restore_get_patched_rop_iter(col_stats)):
  File "/usr/lib/python2.5/site-packages/duplicity/patchdir.py", line 522, in Write_ROPaths
    ITR( ropath.index, ropath )
  File "/usr/lib/python2.5/site-packages/duplicity/lazy.py", line 335, in __call__
    last_branch.fast_process, args)
  File "/usr/lib/python2.5/site-packages/duplicity/robust.py", line 37, in check_common_error
    return function(*args)
  File "/usr/lib/python2.5/site-packages/duplicity/patchdir.py", line 575, in fast_process
    ropath.copy( self.base_path.new_index( index ) )
  File "/usr/lib/python2.5/site-packages/duplicity/path.py", line 433, in copy
    self.copy_attribs(other)
  File "/usr/lib/python2.5/site-packages/duplicity/path.py", line 440, in copy_attribs
    util.maybe_ignore_errors(lambda: os.utime(other.name, (time.time(), self.stat.st_mtime)))
  File "/usr/lib/python2.5/site-packages/duplicity/util.py", line 62, in maybe_ignore_errors
    return fn()
  File "/usr/lib/python2.5/site-packages/duplicity/path.py", line 440, in <lambda>
    util.maybe_ignore_errors(lambda: os.utime(other.name, (time.time(), self.stat.st_mtime)))
OverflowError: long int too large to convert to int

i notice the util.maybe_ignore_errors in there, but it's not ignoring this one.


reply via email to

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