Re: [Bacula-users] Wildfile

2024-04-15 Thread Stefan G. Weichinger
Am 11.04.24 um 07:49 schrieb Bill Arlofski via Bacula-users: On 4/10/24 11:38 PM, Stefan G. Weichinger wrote: First coffee here right now ;-) Thanks for your example. Hello Stefan, You are welcome! Well, it is 23:41 here now, so I have switched from coffee to beer. :) Understandable ;-)

Re: [Bacula-users] Wildfile

2024-04-10 Thread Bill Arlofski via Bacula-users
On 4/10/24 11:38 PM, Stefan G. Weichinger wrote: First coffee here right now ;-) Thanks for your example. Hello Stefan, You are welcome! Well, it is 23:41 here now, so I have switched from coffee to beer. :) I didn't add "signature" but already came up with this yesterday: Fileset {

Re: [Bacula-users] Wildfile

2024-04-10 Thread Stefan G. Weichinger
Am 10.04.24 um 16:45 schrieb Bill Arlofski via Bacula-users: Hello Stefan, No, this will not backup anything because you have not specified anything to backup with a `File = /path/to/somewhere` inside of your `Include{}` block. So far, you have only set something (WildFile) inside of an `Opti

Re: [Bacula-users] Wildfile

2024-04-10 Thread Bill Arlofski via Bacula-users
On 4/10/24 12:38 AM, Stefan G. Weichinger wrote: Is this Fileset correct? Fileset { Name = "VM_xxx-y" Include { Options { WildFile = "\"/mnt/backup/vmbackup/Backup xxx-y/*.vbk\"" } } } I don't get files with this ... seems not to match. Hello Stefan, No, thi

Re: [Bacula-users] Wildfile

2024-04-10 Thread Stefan G. Weichinger
Am 10.04.24 um 14:25 schrieb Rob Gerber: I don't think it is correct, no. I am not an expert, but last time I tried something like this I believe the suggestion I was given was to use a runbefore script to run a find command or similar to locate and build a file list, then give that list to b

Re: [Bacula-users] Wildfile

2024-04-10 Thread Rob Gerber
I don't think it is correct, no. I am not an expert, but last time I tried something like this I believe the suggestion I was given was to use a runbefore script to run a find command or similar to locate and build a file list, then give that list to bacula as input for the job. Perhaps for your

[Bacula-users] Wildfile

2024-04-09 Thread Stefan G. Weichinger
Is this Fileset correct? Fileset { Name = "VM_xxx-y" Include { Options { WildFile = "\"/mnt/backup/vmbackup/Backup xxx-y/*.vbk\"" } } } I don't get files with this ... seems not to match. ___ Bacula-users mailing list Bacula-u

Re: [Bacula-users] wildfile, wilddir and exclude pattern examples(that work with 2.4.4)

2009-03-11 Thread Gerald Leier
hi, On Mon, 2009-03-09 at 12:41 +0100, Stefan Sorin Nicolin wrote: > On 09.03.2009, at 11:20, Gerald Leier wrote: > > > Hello, > > Hi, > > > > > Is there some kind of archive containing valid > > bacula FileSet configurations available somewhere? > > You might want to check out the wiki: > htt

Re: [Bacula-users] wildfile, wilddir and exclude pattern examples(that work with 2.4.4)

2009-03-09 Thread Stefan Sorin Nicolin
On 09.03.2009, at 13:55, Martin Simmons wrote: >> On Mon, 9 Mar 2009 12:41:06 +0100, Stefan Sorin Nicolin said: >> >> If you include "exclude = yes" in your Exclude {} block then all >> Files >> and/or directories selected would be excluded. If you leave out the >> exclude=yes statement the

Re: [Bacula-users] wildfile, wilddir and exclude pattern examples(that work with 2.4.4)

2009-03-09 Thread Martin Simmons
> On Mon, 9 Mar 2009 12:41:06 +0100, Stefan Sorin Nicolin said: > > If you include "exclude = yes" in your Exclude {} block then all Files > and/or directories selected would be excluded. If you leave out the > exclude=yes statement then everything will be _included_ (seems weird > to me

Re: [Bacula-users] wildfile, wilddir and exclude pattern examples(that work with 2.4.4)

2009-03-09 Thread Stefan Sorin Nicolin
On 09.03.2009, at 11:20, Gerald Leier wrote: > Hello, Hi, > > Is there some kind of archive containing valid > bacula FileSet configurations available somewhere? You might want to check out the wiki: http://wiki.bacula.org/doku.php?id=sample_configs > > Even sniplets like for example exclude

[Bacula-users] wildfile, wilddir and exclude pattern examples(that work with 2.4.4)

2009-03-09 Thread Gerald Leier
Hello, Is there some kind of archive containing valid bacula FileSet configurations available somewhere? Even sniplets like for example exclude patterns would be very helpfull in figuring out how to do it right. The following example is something that looks ok to me but doesnt work at all and ma

Re: [Bacula-users] wildfile not working in bacula 2.4.4

2009-02-10 Thread Martin Simmons
> On Thu, 05 Feb 2009 15:02:53 +0200, Victor Sterpu said: > > I have this file set, and the wildfile has no effect. > Thank you. > > FileSet { > Name = "Arhiva" > Include { > Options { > signature = MD5 > compression = GZIP > wildfile = "*.d

[Bacula-users] wildfile not working in bacula 2.4.4

2009-02-05 Thread Victor Sterpu
I have this file set, and the wildfile has no effect. Thank you. FileSet { Name = "Arhiva" Include { Options { signature = MD5 compression = GZIP wildfile = "*.dbf" wildfile = "*.DBF" } File = "g:\\Arhiva" } } --