Glynd wrote:
> I have obviously not understood how exclude works.
> I have the following in my fileset resource but all that is backed up are
> the directories defined in the Glynbup.txt with no files
> 
> FileSet {
>   Name = "Glyn Set"
>   Enable VSS = yes
>   Include {
>     Options {
>       Compression = GZIP
> #     signature = MD5
>       ignore case = yes
>       Exclude = yes
>     }
>       
>       File = "</var/lib/bacula/bin/Glynbup.txt"
>   }
>   Exclude {
>       File = "</var/lib/bacula/bin/glynexclude.txt"
>   }
> }
> 
> The Glynbup.txt has a list of directories without "File =" like this
> c:/downloads
> c:/My Documents
> 
> The glynexclude.txt is of the same format. Even if I just put in the exclude
> resource, the actual directories in the form of:
> c:/users/temp
> c:/user/Nethood

Tried it without c:?

 From 
http://www.bacula.org/en/rel-manual/Configuring_Director.html#SECTION0014110000000000000000
 


"If you are using the old Exclude syntax (noted below), you may not 
specify a drive letter in the exclude. The new syntax noted above should 
work fine including driver letters. "

Just in case...

> 
> instead of referencing the file, I still get only the directories and no
> files.
> 
> The workaround I am using is to comment out exclude = yes. Ugly but it does
> the job.
> 
> Would someone please show me the error of my ways?
> 
> TIA
> Glyn


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to