|
From: Mahesh B. <mah...@gt...> - 2005-09-26 13:45:48
|
Arno Lehmann wrote: > Hello, > > On 23.09.2005 13:43, Mahesh wrote: > >> hi, >> I have been trying to figure out why i have been facing the >> above-mentioned >> problem. I thought of posting wht i tried, so here goes.... >> >> Assume the Windows 2000 client backup tree structure looks like : >> c: >> \ >> bacula >> \ >> Uninstall.exe >> doc >> \ >> Bacula_Bugs.html >> bacula.pdf >> ......... >> ....... >> >> CASE I => >> -------------------------------------------------------------------- >> I manually created directory path at the Windows Client : >> c:\tmp\bacula-restores >> >> I Launch the Restore job with parameters : >> JobName: RestoreFiles1 >> Bootstrap: /root/bacula/working/restore.bsr >> Where: /tmp/bacula-restores >> Replace: always >> FileSet: Expt Set1 >> Client: WIN1-fd >> Storage: File >> When: 2005-09-23 17:02:30 >> Catalog: MyCatalog >> Priority: 10 >> >> I get errors : >> 23-Sep 17:10 WIN1-fd: RestoreFiles1.2005-09-23_17.04.15 Error: >> ..\findlib\../../findlib/create_file.c:281 Could not open >> /tmp/bacula-restores/c/\bacula/working/: ERR=The system cannot find >> the path specified. > > > Does your fileset use forward slashes or backslashes? > > This looks like you used backslashes in it, and that doesn't work... I > think the manual says to always use forward slashes, and those work here. > > Arno > I corrected my fileset now. It works like a beauty ! Thanx a ton ! -mahesh. |