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
bwild matches /home/*/Documents with /home/username/Documents

what am I doing wrong ?


Thanks a lot for any help !

Thomas Mohr


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