Bacula-users

Re: [Bacula-users] Windows Fileset issue?

2008-05-28 16:30:53
Subject: Re: [Bacula-users] Windows Fileset issue?
From: "Robin Bonin" <rbonin AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Wed, 28 May 2008 15:30:46 -0500
I've tried to narrow things down to the most basic example, and here
is a problem (in my understand or the application)

FileSet {
        Name = "StandardWindowsFileSet"
        Include {
                Options {
                        WildDir = "*jamie*"
                }
                Options {
                        WildDir = "C:/*"
                        exclude = yes           
                }       
        File = "C:/Documents and Settings"
        }
}

when I run this, I see all the files in the user jamie Documents and
Settings folder, everything is fine.
in this file list, is his "Start Menu" folder, with links in it. I
tried the following fileset

FileSet {
        Name = "StandardWindowsFileSet"
        Include {
                Options {
                        WildDir = "*Start*"
                }
                Options {
                        WildDir = "C:/*"
                        exclude = yes           
                }       
        File = "C:/Documents and Settings"
        }
}

just changing the WildDir from jamie, to start, hoping to see all
users Start Menu files listed. (not a real world backup but I'm trying
to fix my regex and this seems odd).

Why would this start example not work?

-------------------------------------------------------------------------
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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users