David Michal wrote:
> Hello,
> 
> When Bacula is trying to backup directories with spaces in their names  
> (only when defined in FileSet), I’m getting error message:
> 
>  
> 
> storage-fd:      Could not stat /root/vmware/Win2003: ERR=No such file 
> or directory
> 
>  
> 
> In bacula-dir I have:
> 
> FileSet {
> 
>   Name = "linux_vmware_server"
> 
>   Include {
> 
>     Options {
> 
>       signature = MD5
> 
>       compression = GZIP
> 
>     }
> 
>     File = /etc
> 
>     File = /home
> 
>     File = /root/vmware/Win2003 VM
> 
>   }
> 
> }
> 
>  
> 
> 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

-- 
Johan Ehnberg

Email: [EMAIL PROTECTED]
GSM:   +358503209688
WWW:   http://www.ehnberg.net/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

Reply via email to