Philip writes: > Somehow, I can't restore from my backup. I always have the following > errors: > > # BackupPC_restore 127.0.0.1 localhost Users > restore failed: couldn't do /Backup/pc/localhost/Users: No such file > or directory > > # BackupPC_restore 127.0.0.1 localhost '/Users' > /usr/local/bin/BackupPC_restore: bad reqFileName (arg #3): /Users > > > When I look at the backup file, I see a strange naming: Though the > back-upped folder is called '/Users', the equivalent backup file is > called: > > /Backup/pc/localhost/151 # ls > attrib backupInfo f%2fUsers > > > I see, that all back-upped files seem to have this "f" before their > name. But '%2f' is unique for the root of the backup (/Users). > This anomaly is consequently for all the different versions of > backups (142-151). > When I change the name of the folder to restore, I get the following > errors: > > # BackupPC_restore 127.0.0.1 localhost '%2fUsers' > /usr/local/bin/BackupPC_restore: bad reqFileName (arg #3): %2fUsers > > # BackupPC_restore 127.0.0.1 localhost /Users > /usr/local/bin/BackupPC_restore: bad reqFileName (arg #3): /Users > > > Is there a way to restore from this backup?
It sounds like Carl's suggestion to use BackupPC_tarCreate solved your problem. You cannot use BackupPC_restore in the manner you tried. The third argument is the path to a request file that contains several pieces of information about what to restore (which backup, which host, which path, changes to the path etc). It is interpreting "Users" as the name of that file. Craig ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/