Bacula-users

Re: [Bacula-users] Backup: Windows 2003 Server: Could not stat C:\WINDOWS\: ERR=No such file or directory

2009-11-04 12:50:57
Subject: Re: [Bacula-users] Backup: Windows 2003 Server: Could not stat C:\WINDOWS\: ERR=No such file or directory
From: Eitan Talmi <eitant AT gmail DOT com>
To: Gavin McCullagh <gavin.mccullagh AT gcd DOT ie>
Date: Wed, 4 Nov 2009 19:46:51 +0200
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.mccullagh AT gcd DOT 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 AT lists.sourceforge DOT 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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>