[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[rdiff-backup-users] Problem with 0.12.2 and '#x#' file name (maybe?)
From: |
Jeff Lessem |
Subject: |
[rdiff-backup-users] Problem with 0.12.2 and '#x#' file name (maybe?) |
Date: |
Mon, 28 Jul 2003 12:34:15 -0600 |
Thanks for get rdiff-backup updated to be able to restore old archives.
That fix seems to work, and I can restore old archives. However, I have
run into a problem restoring a file called #quota.sort#. I am not sure
if this is a peculiarity of this file, or a file named #x#. The first
file in the directory I am restoring is #att#, which gets restored, but
then rdiff-backup crashes on the second file, #quota.sort#:
linux:/software/restore%sudo rdiff-backup -r 72D
/software/backup/rdiff/home/lessem/tmp out
Warning: Mirror metadata not found, reading from directory
Traceback (most recent call last):
File "/usr/local/bin/rdiff-backup", line 24, in ?
rdiff_backup.Main.Main(sys.argv[1:])
File "/usr/local/lib/python2.2/site-packages/rdiff_backup/Main.py", line 246,
in Main
take_action(rps)
File "/usr/local/lib/python2.2/site-packages/rdiff_backup/Main.py", line 221,
in take_action
elif action == "restore-as-of": RestoreAsOf(rps[0], rps[1])
File "/usr/local/lib/python2.2/site-packages/rdiff_backup/Main.py", line 392,
in RestoreAsOf
restore_common(rpin, target, time)
File "/usr/local/lib/python2.2/site-packages/rdiff_backup/Main.py", line 404,
in restore_common
restore.Restore(mirror, inc_rpath, target, time)
File "/usr/local/lib/python2.2/site-packages/rdiff_backup/restore.py", line
50, in Restore
TargetS.patch(target, diff_iter)
File "/usr/local/lib/python2.2/site-packages/rdiff_backup/restore.py", line
256, in patch
ITR(diff.index, diff)
File "/usr/local/lib/python2.2/site-packages/rdiff_backup/rorpiter.py", line
279, in __call__
last_branch.fast_process(*args)
File "/usr/local/lib/python2.2/site-packages/rdiff_backup/restore.py", line
529, in fast_process
rpath.rename(tf, rp)
File "/usr/local/lib/python2.2/site-packages/rdiff_backup/rpath.py", line
189, in rename
if not rp_source.lstat(): rp_dest.delete()
File "/usr/local/lib/python2.2/site-packages/rdiff_backup/rpath.py", line
731, in delete
else: self.conn.os.unlink(self.path)
OSError: [Errno 2] No such file or directory: 'out/#quota.sort#'
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [rdiff-backup-users] Problem with 0.12.2 and '#x#' file name (maybe?),
Jeff Lessem <=