On Jan 31, 2007, at 11:07 AM, Brian Debelius wrote:
> Config error: Cannot open included config file : No such file or  
> directory

After "config file" it should list the path it attempted to open.  
 From what you've written it appears blank, suggesting some sort of  
syntax or input issue rather than a filesystem bug etc.

> @"C:\\Documents and Settings\\All Users\\Application Data\\Bacula\ 
> \schedule.conf"

Hmm. Perhaps ditch the quotes and escape the spaces?

@C:\\Documents\ and\ Settings\\All\ Users\\Application\ Data\\Bacula\ 
\schedule.conf

Another thing you could try is increase the debug level--even while  
testing config files (-t option) you can add the -d### option to get  
more details. It seems it has to be above 200 to show much, and what  
it does show usually isn't too useful... but you never know.

-----

On Jan 31, 2007, at 11:27 AM, David Romerstein wrote:
> If you are entering Windows file names, the directory path may be  
> preceded by
> the drive and a colon (as in c:). However, the path separators must be
> specified in Unix convention (i.e. forward slash (/)). If you wish  
> to include a
> quote in a file name, precede the quote with a backslash (\).

He's not having problems in specifying a fileset, though... unless  
the @includefile path syntax is identical for that for filesets?

If so, that suggests:

@C:/Documents and Settings/All Users/Application Data/Bacula/ 
schedule.conf

--Darien A. Hager
[EMAIL PROTECTED]
Mobile: (206) 734-5666



-------------------------------------------------------------------------
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
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to