On Wed, 31 Jan 2007, Brian Debelius wrote:

> David Romerstein wrote:

>> http://www.bacula.org/dev-manual/FileSet_Resource.html#SECTION001540000000000000000
>>
>> 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 (\). For example you
>> might use the following for a Windows machine to backup the "My Documents"
>> directory:
>>
>> FileSet {
>>    Name = "Windows Set"
>>    Include {
>>      Options {
>>         WildFile = "*.obj"
>>         WildFile = "*.exe"
>>         exclude = yes
>>       }
>>       File = "c:/My Documents"
>>    }
>> }

> I changed it to this:
> @"C:/Documents and Settings/All Users/Application Data/Bacula/schedule.conf"
>
> but is still gives an error:
> Config error: Cannot open included config file : No such file or directory
>
>            : line 163, col 2 of file C:\Documents and Settings\All
> Users\Application Data\Bacula/bacula-dir.conf
> @"C:/Documents and Settings/All Users/Application Data/Bacula/schedule.conf"

Check security permissions on that file and the directory it resides in.

-- D

-------------------------------------------------------------------------
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