Good afternoon,
Out of nowhere, our rdiff-backup started failing. This backup is running
locally, so no network is involved. The command used to invoke the
backup is: rdiff-backup -v 7 --exclude /dev --exclude /proc --exclude
/backup / /backup/moria. Below is a snippet of some output with
verbosity turned up to 7. Any thoughts or suggestions very much appreciated.
-tommy
--
Thomas S. Dixon
Senior Applications Analyst
MUSC - Pediatric Cardiology
--
Setting time of
/backup/moria/rdiff-backup-data/increments/tmp/.mozilla.2004-08-25T10:15:05-04:00.dir
to 1093276302
Processing changed file tmp/ksocket-deremerb
Removing directory /backup/moria/tmp/.mozilla
Traceback (most recent call last):
File "/usr/bin/rdiff-backup", line 24, in ?
rdiff_backup.Main.Main(sys.argv[1:])
File "/usr/lib/python2.2/site-packages/rdiff_backup/Main.py", line
259, in Main
take_action(rps)
File "/usr/lib/python2.2/site-packages/rdiff_backup/Main.py", line
229, in take_action
elif action == "backup": Backup(rps[0], rps[1])
File "/usr/lib/python2.2/site-packages/rdiff_backup/Main.py", line
278, in Backup
backup.Mirror_and_increment(rpin, rpout, incdir)
File "/usr/lib/python2.2/site-packages/rdiff_backup/backup.py", line
51, in Mirror_and_increment
DestS.patch_and_increment(dest_rpath, source_diffiter, inc_rpath)
File "/usr/lib/python2.2/site-packages/rdiff_backup/backup.py", line
226, in patch_and_increment
ITR(diff.index, diff)
File "/usr/lib/python2.2/site-packages/rdiff_backup/rorpiter.py",
line 279, in __call__
last_branch.fast_process(*args)
File "/usr/lib/python2.2/site-packages/rdiff_backup/backup.py", line
606, in fast_process
if self.patch_to_temp(rp, diff_rorp, tf):
File "/usr/lib/python2.2/site-packages/rdiff_backup/backup.py", line
488, in patch_to_temp
elif diff_rorp.get_attached_filetype() == 'snapshot':
File "/usr/lib/python2.2/site-packages/rdiff_backup/rpath.py", line
553, in get_attached_filetype
return self.data['filetype']
KeyError: filetype
Exception exceptions.TypeError: "'NoneType' object is not callable" in
<bound method GzipFile.__del__ of <gzip open file
'/backup/moria/rdiff-backup-data/file_statistics.2004-08-27T11:45:15-04:00.data.gz',
mode 'wb' at 0x85ca038 0x84f834c>> ignored
Exception exceptions.TypeError: "'NoneType' object is not callable" in
<bound method GzipFile.__del__ of <gzip open file
'/backup/moria/rdiff-backup-data/mirror_metadata.2004-08-27T11:45:15-04:00.snapshot.gz',
mode 'wb' at 0x85d99f8 0x856d93c>> ignored
Exception exceptions.TypeError: "'NoneType' object is not callable" in
<bound method GzipFile.__del__ of <gzip open file
'/backup/moria/rdiff-backup-data/error_log.2004-08-27T11:45:15-04:00.data.gz',
mode 'wb' at 0x8721e40 0x84f7bf4>> ignored
