I'm trying to restore a file from an increment file to a location on the same machine that the backup directory is on. The restore seems to work successfully, but when I check to see if the file is there, it's not. This is the command that I issue via command line:
rdiff-backup -v7 "login.css.2006-08-23T20;05801;05803-05;05800.diff.gz" /staging/login.css.old
Then I get the following on the screen:
Using mirror root directory /kerio-bkps/kerio
Making directory /staging/login.css.old
Making directory /staging/login.css.old/rdiff-backup.tmp.0
Touching /staging/login.css.old/rdiff-backup.tmp.0/foo
Deleting /staging/login.css.old/rdiff-backup.tmp.0/foo
Making directory /staging/login.css.old/rdiff-backup.tmp.0/hl
Touching /staging/login.css.old/rdiff-backup.tmp.0/hardlinked_file1
Hard linking /staging/login.css.old/rdiff-backup.tmp.0/hl/hardlinked_file2 to /staging/login.css.old/rdiff-backup.tmp.0/hardlinked_file1
Unable to import module xattr.
Extended attributes not supported on filesystem at /staging/login.css.old/rdiff-backup.tmp.0
Unable to import module posix1e from pylibacl package.
ACLs not supported on filesystem at /staging/login.css.old/rdiff-backup.tmp.0
Touching /staging/login.css.old/rdiff-backup.tmp.0/dir_inc_check
Deleting /staging/login.css.old/rdiff-backup.tmp.0/dir_inc_check
Touching /staging/login.css.old/rdiff-backup.tmp.0/regfile
Deleting /staging/login.css.old/rdiff-backup.tmp.0/regfile
Touching /staging/login.css.old/rdiff-backup.tmp.0/high_perms
Deleting /staging/login.css.old/rdiff-backup.tmp.0/high_perms
Touching /staging/login.css.old/rdiff-backup.tmp.0/5-_ a.snapshot.gz
Deleting /staging/login.css.old/rdiff-backup.tmp.0/5-_ a.snapshot.gz
Touching /staging/login.css.old/rdiff-backup.tmp.0/A
Deleting /staging/login.css.old/rdiff-backup.tmp.0/A
Touching /staging/login.css.old/rdiff-backup.tmp.0/:
Deleting /staging/login.css.old/rdiff-backup.tmp.0/:
Touching /staging/login.css.old/rdiff-backup.tmp.0/\
Deleting /staging/login.css.old/rdiff-backup.tmp.0/\
Touching /staging/login.css.old/rdiff-backup.tmp.0/¯
Deleting /staging/login.css.old/rdiff-backup.tmp.0/¯
Deleting /staging/login.css.old/rdiff-backup.tmp.0
Removing directory /staging/login.css.old/rdiff-backup.tmp.0
-----------------------------------------------------------------
Detected abilities for destination (read/write) file system:
Characters needing quoting ''
Ownership changing On
Hard linking On
fsync() directories On
Directory inc permissions On
High-bit permissions On
Access control lists Off
Extended attributes Off
Mac OS X style resource forks Off
Mac OS X Finder information Off
-----------------------------------------------------------------
Unable to import module xattr.
Extended attributes not supported on filesystem at /kerio-bkps/kerio/rdiff-backup-data
Unable to import module posix1e from pylibacl package.
ACLs not supported on filesystem at /kerio-bkps/kerio/rdiff-backup-data
-----------------------------------------------------------------
Detected abilities for source (read only) file system:
Access control lists Off
Extended attributes Off
Mac OS X style resource forks Off
Mac OS X Finder information Off
-----------------------------------------------------------------
Starting restore of login.css.2006-08-23T20;05801;05803-05;05800.diff.gz to /staging/login.css.old as it was as of Wed Aug 23 20:01:03 2006.
Processing changed file .
Regular copying () to /staging/rdiff-backup.tmp.1
Removing directory /staging/login.css.old
Restore finished
Cleaning up
Is there anything I'm doing wrong here? I'm curious on about this line "Removing directory /staging/login.css.old". Why would it delete the file, after it restored it. Any help or suggestions will be greatly appreciated. Thanks.
- Golden
_______________________________________________ rdiff-backup-users mailing list at [email protected] http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
