[Bacula-users] Bacula FileSet

2006-12-27 Thread Bc. Ondrej Planka
Hi list, I want backup only file "config.status" in this structure> /data/install/src/*/config.status Please, do U have some idea for definition FileSet for backup only this file ? Thanxxx, Ondra - Take Surveys. Earn Cas

Re: [Bacula-users] Bacula FileSet

2006-12-20 Thread Vasily Ivanov
Hello. Take a look at the "regexfile" and "wildfile" directives in the "Configuring the Director" part of the manual: http://bacula.org/rel-manual/Configuring_Director.html#FileSetResource On 21 December 2006 13:20, Bc. Ondrej Planka wrote: > Hi list, > > I want backup only file "config.statu

[Bacula-users] Bacula FileSet

2006-12-20 Thread Bc. Ondrej Planka
Hi list, I want backup only file "config.status" in this structure> /data/install/src/*/config.status Please, do U have some idea for definition FileSet for backup only this file ? Thanxxx, Ondra - Take Surveys. Earn Cash

Re: [Bacula-users] Bacula FileSet Problem

2006-02-07 Thread KeenLearner (sent by Nabble.com)
Thanks A Lot, It works:) but u havent mentioned that how can we use the compress & MD5 option. also pls tell me if i will be having 200-300 clients all are on different platforms having the same scenario which i asked earlier , then is bacula a suitable solution for them. Thanks & Regards, KeenL

Re: [Bacula-users] Bacula FileSet Problem

2006-02-06 Thread Sim Zacks
Try this: Fileset { Name="fileset" Include{ Options{ WildFile=*.ppt Wildfile=*.xls WildFile=*.txt WildFile=*.sxw } Options{

Re: [Bacula-users] Bacula FileSet Problem

2006-02-06 Thread Danie Theron
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

[Bacula-users] Bacula FileSet Problem

2006-02-06 Thread KeenLearner (sent by Nabble.com)
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 b

Re: [Bacula-users] bacula fileset giving error

2005-08-07 Thread dave
Hi, Thanks, that did it. Dave. --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Test

Re: [Bacula-users] bacula fileset giving error

2005-08-07 Thread Phil Stracchino
dave wrote: > Hello, > I'm trying to get the below fileset working. Bacula is informing me that > the old-style exclusion list isn't working. I've checked, i'm not seeing the > error. Any help appreciated. > Thanks. > Dave. Here's your problem: > Include = { > options = { > Compression=GZI

[Bacula-users] bacula fileset giving error

2005-08-07 Thread dave
Hello, I'm trying to get the below fileset working. Bacula is informing me that the old-style exclusion list isn't working. I've checked, i'm not seeing the error. Any help appreciated. Thanks. Dave. # List of files to be backed up FileSet { Name = "zeus_full" Include = { options = { Compr