Thomas Glatthor wrote: > with bacula 2.0.3 and double quotes it works on linux. > i get no error for this path: > > File = "/home/thomas/thomas test" > > > restore: >> Enter "done" to leave this mode. >> >> cwd is: / >> $ cd /home/thomas >> cwd is: /home/thomas/ >> $ ls >> Desktop/ >> thomas test/ >> $ mark thomas test >> No files marked. >> $ mark "thomas test" >> 2 files marked. >> $ lsmark >> *thomas test/ >> *hallo >> $ unmark "thomas test" >> 2 files unmarked. >> $ mark thomas\ test >> 2 files marked. >> $ > > > regards > > thomas > > David Michal schrieb: >>>> I was trying to close the path to double quotes, but didn't help. >>> Today >>>> I'll try to have the path like: /root/vmware/Win2003\ VM , but I'm >>> only >>>> guesing how the syntax is. >>>> >>>> >>>> >>>> Please anybody know how to define path with space in name? >>>> >>> Put quotes aroud it. That's the standard way in the unix world, which >>> doesn't really (traditionally) like spaces in filenames. >>> >>> File = "/root/vmware/Win2003 VM" >>> >>> Cheers, >>> Johan >> Well, as I wrote, I did that already and it didn't work. >> David
Can you do other operations successfully with that path? Such as 'cd' or 'cat'? Is there a space after it? What is the error message when you have the double quotes? /johan ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
