rdiff-backup-users
[Top][All Lists]
Advanced

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

[rdiff-backup-users] No Longer Backing A Directory Up


From: Mike Bydalek
Subject: [rdiff-backup-users] No Longer Backing A Directory Up
Date: Wed, 19 Jul 2006 10:36:26 -0700
User-agent: Thunderbird 1.5.0.4 (X11/20060615)

Hello.

I'm currently backing up several servers using the following command:

/usr/bin/rdiff-backup --create-full-path --print-statistics --include
/mnt/sxbackup --include /home --include /var/www --include /etc
--exclude / / backup-server::server-root/

The problem is, /mnt/sxbackup had a /temp subdirectory that I didn't
want it backing up.  So I have my script delete the /mnt/sxbackup/temp
subdirectory and then run a backup.  What happened with this is that now
I get the following errors when trying to run a backup:

Warning: expected server-root/mnt/sxbackup/temp to be a directory but
found None instead.
This is probably caused by a bug in versions 1.0.0 and earlier.
Traceback (most recent call last):
  File "/usr/bin/rdiff-backup", line 23, in ?
    rdiff_backup.Main.Main(sys.argv[1:])
  File "/usr/lib/python2.3/site-packages/rdiff_backup/Main.py", line
285, in Main
    take_action(rps)
  File "/usr/lib/python2.3/site-packages/rdiff_backup/Main.py", line
255, in take_action
    elif action == "backup": Backup(rps[0], rps[1])
  File "/usr/lib/python2.3/site-packages/rdiff_backup/Main.py", line
305, in Backup
    backup.Mirror_and_increment(rpin, rpout, incdir)
  File "/usr/lib/python2.3/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.3/site-packages/rdiff_backup/connection.py",
line 445, in __call__
    return apply(self.connection.reval, (self.name,) + args)
  File "/usr/lib/python2.3/site-packages/rdiff_backup/connection.py",
line 367, in reval
    if isinstance(result, Exception): raise result
KeyError: ('mnt', 'sxbackup', 'temp')

I also tried to delete the server-root/mnt/sxbackup/temp on the
backup-server without any avail.

Any ideas as to how I can go about fixing this?

Thanks!

-Mike




reply via email to

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