Just wondering if anyone has experienced similar problems or has been
successful using rdiff-backup. For some time I've been getting errors
that look like they have something to do with modifying file access
and mod times. I have 'noatime' set in my /etc/fstab for my various
filesystems. I don't know if that is related to the problem or not.
The exception thrown by rdiff-backup (a python program) looks like:
Exception 'utime() arg 2 must be a tuple (atime, mtime)' raised of class
'exceptions.TypeError':
File "/usr/lib/python2.2/site-packages/rdiff_backup/highlevel.py", line 303, in
patch_increment_and_finalize
finalizer(index, dsrp)
File "/usr/lib/python2.2/site-packages/rdiff_backup/lazy.py", line 280, in __call__
if self.finish_branches(index) is None:
File "/usr/lib/python2.2/site-packages/rdiff_backup/lazy.py", line 231, in
finish_branches
to_be_finished.call_end_proc()
File "/usr/lib/python2.2/site-packages/rdiff_backup/lazy.py", line 316, in
call_end_proc
else: Robust.check_common_error(self.on_error, self.end_process)
File "/usr/lib/python2.2/site-packages/rdiff_backup/robust.py", line 254, in
check_common_error
try: return function(*args)
File "/usr/lib/python2.2/site-packages/rdiff_backup/destructive_stepping.py", line
216, in end_process
if self.dsrpath: self.dsrpath.write_changes()
File "/usr/lib/python2.2/site-packages/rdiff_backup/destructive_stepping.py", line
186, in write_changes
RPath.setmtime(self, self.newmtime)
File "/usr/lib/python2.2/site-packages/rdiff_backup/rpath.py", line 567, in setmtime
self.conn.os.utime(self.path, (time.time(), modtime))
I'm using on my x86:
net-misc/rdiff-backup-0.10.1-r1
dev-lang/python-2.2.2
Thanks for any help/advice.
--
Jeff Kowing
[EMAIL PROTECTED]
--
[EMAIL PROTECTED] mailing list