This is what you said Pieter (NL)
>
> I use following filesets. First exclude in options and after that include:
>
> FileSet {
>       Name    = "bsdserver1 files"
>       Include {
>               Options {
>                       signature   = MD5
>                       compression = GZIP
>                       Exclude = yes
>                       WildDir = "/proc"
>                       WildDir = "/dev"
>               }
>               File = "/etc"
>               File = "/usr/local/etc"
>               File = "/usr/image/part2/home"
>               File = "/usr/image/part2/profiles"
>               File = "/usr/image/part2/oldproj"
>               File = "/usr/image/part1/mysql.bak"
>       }
> }
>
>
> Maybe for you something like this will work:
>
> FileSet {
>   Name = "Firewall Full"
>
>   Include {
>     Options {
>       compression = GZIP
>       signature = MD5
>       exclude = yes
>       WildFile = "/var/log/lastlog"
>     WildDir = /proc
>     WildDir = /tmp
>     WildDir = /sys
>     WildDir = /dev
>     WildDir = /.journal
>     WildDir = /.fsck
>     WildDir = /mnt
>     WildDir = /var/spool/squid
>     WildDir = /BACKUPS
>     }
>     File = /
>     File = /boot
>     File = /home
>     File = /var
>   }
>
> Pieter
> --

Thanks for the reply, but I believe you have excluded the /var/log/lastlog
file all together.  This is not the desired result.

Scott


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