On Mittwoch 06 Februar 2008, you wrote:
> On Feb 6, 2008 4:20 PM, Thomas Mohr <[EMAIL PROTECTED]> wrote:
> > Dear People,
> >
> > at first an apology if that has been already answered, but I have
> > researched Web, Mailing lists etc, but to no avail.
> >
> > My problem is as follows:
> >
> > I want to back up the "Documents" directory of the home directoris of the
> > users. The basic structure is:
> >
> > /home/username/Documents
> >
> > In accordance to the manual, I constricted following fileset:
> >
> > Fileset {
> >         Name = "documents"
> >         Include {
> > # include the Documents Subdirectory
> >                 Options {
> >                         signature = MD5
> >                         compress = GZIP9
> >                         wilddir = "/home/*/Documents"
> >                 }
> > # exclude everything else
> >                 Options {
> >                         RegExDir = ".*"
> >                         Exclude = yes
> >                 }
> >                 File = /home
> >                 }
> > }
> >
> > With this Fileset all files are excluded
> >
> > If the wilddir is replaced by
> >
> > wilddir = "/home/t*"
> >
> > then all user directories beginning with t are backed up
>
> Yes.
>
> > bwild matches /home/*/Documents with /home/username/Documents
>
> Yes in your first example.
>
> > what am I doing wrong ?
>
> I see nothing wrong so I am confused at what you are asking for.
>
> John

Dear John,

thank you for your reply. I am sorry for being unclear. 

With the directive wilddir = "/home/*/Documents" nothing gets backed up 
whereas the directive wilddir = "/home/t*" backs up all user directories 
beginning with t.

greetings

Thomas

-- 
========
DI Thomas Mohr
Institute for Cancer Research
Medical University of Vienna
Borschkegasse 8a
A-1090 Vienna
Phone: +43 1 4277 65160
Mobile: +43 650 930 1964
Fax: +43 1 4277 65196

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to