My backup failed part way through. I tryed to revert to previous good version with "--check-destination-dir"
but the file in error '/mnt/bkup2/duffy/etc/./rdiff-backup-data/file_statistics.2010-07-29T06:19:52Z.data.gz'
does not exist.
So how may I get past this - what causes rdiff-backup to expect this file to be there?
I dont mind losing one or more days of backup.
Traceback (most recent call last):
File "/usr/bin/rdiff-backup", line 30, in <module>
rdiff_backup.Main.error_check_Main(sys.argv[1:])
File "/usr/lib/python2.6/site-packages/rdiff_backup/Main.py", line 304, in error_check_Main
try: Main(arglist)
File "/usr/lib/python2.6/site-packages/rdiff_backup/Main.py", line 324, in Main
take_action(rps)
File "/usr/lib/python2.6/site-packages/rdiff_backup/Main.py", line 282, in take_action
elif action == "check-destination-dir": CheckDest(rps[0])
File "/usr/lib/python2.6/site-packages/rdiff_backup/Main.py", line 872, in CheckDest
dest_rp.conn.regress.Regress(dest_rp)
File "/usr/lib/python2.6/site-packages/rdiff_backup/regress.py", line 67, in Regress
manager, former_current_mirror_rp = set_regress_time()
File "/usr/lib/python2.6/site-packages/rdiff_backup/regress.py", line 85, in set_regress_time
manager = metadata.SetManager()
File "/usr/lib/python2.6/site-packages/rdiff_backup/metadata.py", line 688, in SetManager
ManagerObj = PatchDiffMan()
File "/usr/lib/python2.6/site-packages/rdiff_backup/metadata.py", line 469, in __init__
rp = Globals.rbdir.append(filename)
File "/usr/lib/python2.6/site-packages/rdiff_backup/rpath.py", line 1149, in append
return self.__class__(self.conn, self.base, self.index + (ext,))
File "/usr/lib/python2.6/site-packages/rdiff_backup/rpath.py", line 884, in __init__
else: self.setdata()
File "/usr/lib/python2.6/site-packages/rdiff_backup/rpath.py", line 908, in setdata
self.data = self.conn.rpath.make_file_dict(self.path)
File "/usr/lib/python2.6/site-packages/rdiff_backup/rpath.py", line 287, in make_file_dict
return C.make_file_dict(filename)
OSError: [Errno 5] Input/output error: '/mnt/bkup2/duffy/etc/./rdiff-backup-data/file_statistics.2010-07-29T06:19:52Z.data.gz'
