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

-------------------------------------------------------------------------
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