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
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
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
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
Try this:
Fileset {
Name="fileset"
Include{
Options{
WildFile=*.ppt
Wildfile=*.xls
WildFile=*.txt
WildFile=*.sxw
}
Options{
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
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
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
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
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
10 matches
Mail list logo