Hi Gavin

you should add the line Wildfile=*.* above the signature. look at the
example


Fileset {
  Name = Windows
              Include{
                  Options{
                     Wildfile=*.*
                     signature = MD5
                     IgnoreCase = yes
                    }
File = "c:/windows"
                      }
    }

Eitan


On Wed, Nov 4, 2009 at 6:52 PM, Gavin McCullagh <gavin.mccull...@gcd.ie>wrote:

> Hi,
>
> On Wed, 04 Nov 2009, Dennis Schneck wrote:
>
> > i wann backup a windows 2003 server.
>
> > FileSet {
> >   Name = "Full Set WIN"
> >   Enable VSS = yes
> >   Include {
> >     Options {
> >       Ignore Case = yes
> >       signature = MD5
> >     }
> >    file = "C:\\WINDOWS\\"
> > }
> >
> >   Exclude {
> >     file = "c:\\temp"
> >     file = "c:\\pagefile.sys"
> >     file = "*Temporary Internet Files*"
> >   }
> > }
>
> > 04-Nov 15:32 baculaSRV-sd JobId 72: Ready to append to end of Volume
> "BckUp0006" size=1481814731
> > 04-Nov 15:32 baculaSRV-fd JobId 72:      Could not stat C:\WINDOWS\:
> ERR=No such file or directory
>
> > What did i wrong ?
> > The bacula-fd service on the Windows 2003 (domain controller) runs als
> user administrator
>
> I think you need to use c:/windows, ie use forward slashes in place of
> backslashes.  You probably don't need "" in most cases either.
>
> Gavin
>
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to