Try this:

Fileset {
        Name="fileset"
        Include{
                Options{
                        WildFile=*.ppt
                        Wildfile=*.xls
                        WildFile=*.txt
                        WildFile=*.sxw
                }
                Options{
                        wildfile=*.*
                        exclude=yes
                }
                File = c:/
        }
}

Thank You
Sim Zacks
IT Manager
CompuLab
04-829-0145 - Office
04-832-5251 - Fax

________________________________________________________________________________

Try the following :

FileSet {
  Name = "fileset"
  Include {
    File = "c:/*.ppt"
    File = "c:/*.xls"
    File = "c:/*.txt"
             }
     }


KeenLearner (sent by Nabble.com) wrote:
> Hi to all,
> i am new to Bacula, so need ur help regarding File Set syntax.
>
> i have a mixed platform clients .like win-98, win-2000, win-xp, linux
> my requirement is to take backup of every txt, ppt, xls,sxw files from 
> all the client machines.
> But as far as i knw abt bacula..we can exclude the file but cant say 
> that take backup of only this extensions of files.
>
> If any one knw this then pls let me knw..
> i have tried like this:
>
> FileSet {
>   Name = "fileset"
>   Include {
>     File = c:/*.ppt
>     File = c:/*.xls
>     File = c:/*.txt
>              }
>      }
> but this is not at all working..
> Pls help me out..this is little urgent
>
> Thanks & Regards,
> KeenLearner
>
>
> ------------------------------------------------------------------------
> View this message in context: Bacula FileSet Problem 
> <http://www.nabble.com/Bacula-FileSet-Problem-t1068670.html#a2779798>
> Sent from the Bacula - Users 
> <http://www.nabble.com/Bacula---Users-f547.html> forum at Nabble.com. 


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to