I am trying to backup my entire linode (on 1 disk image) to another (blank) disk image.
I tried using both rdiff-backup & dump,however I can't seem to get them to work!
Any help would be greatly appreciated!
1. I tried using
rdiff-backup with the following command:
rdiff-backup --force --exclude /dev --exclude /proc --
exclude /tmp --exclude /var/tmp --exclude /mnt / /backup
(Where / = the directory I am backing up and /backup = the 2nd
disk image mounted in this directory)
However, when I ran, this, I received the following error:
........
File "/usr/bin/rdiff-backup", line 523, in __call__
self.calculate_final_val()
File "/usr/bin/rdiff-backup", line 497, in calculate_final_val
self.state.branch_val)
File "/usr/bin/rdiff-backup", line 3599, in <lambda>
lambda dsrpath, x, y: dsrpath.write_changes(),
File "/usr/bin/rdiff-backup", line 3518, in write_changes
if not self.lstat(): return # File has been deleted in meantime
RuntimeError: maximum recursion depth exceeded
2. I tried using drump through the WebMin FileSystem Backup
module, however again, this didn't work. Here's the error:
Performing backup of / to /backup ..
DUMP: Date of this level 0 dump: Thu Mar 18 12:38:32 2004
DUMP: Dumping /dev/ubda (/) to /backup
DUMP: Added inode 8 to exclude list (journal inode)
DUMP: Added inode 7 to exclude list (resize inode)
DUMP: Label: none
DUMP: mapping (Pass I) [regular files]
DUMP: mapping (Pass II) [directories]
DUMP: estimated 753244 tape blocks.
DUMP: Cannot open output "/backup".
DUMP: fopen on /dev/tty fails: No such device or address
DUMP: The ENTIRE dump is aborted.
Can anyone suggest either (a) a way to get either one of these programs to successfully backup my Linode or (b) suggest an alternate method of backing up my Linode?
Thanks in advance!
