Erich,
i don't think it's the syntax on the config.
To answer you questions
1)It actually fails on the first Full backup, on certain usernames (the rest
are ok)
2)Successive runs (differential/incrementals) do not complain of this. And
I'm generally
able to perform full backup of such users once differentials/incrementals
are done.
3)Lastly, it's only one particular windows server that fails, not all of
them, which makes me think
that the syntax itself has got nothing to do w/it.
4)they're all win2k3 servers, with equally applied patches + no A/V running
on them.
5)bacula-fd is the latest stable version installed on that server.
I'm hoping to get the attention of someone that has run into this before or
any of the developers themselves.
Thanks
On 2/11/07, Erich Prinz <[EMAIL PROTECTED]> wrote:
Is the error on ALL the user folders under D:/Home ?
If so, I'd look for a space after home (inspect it closely in the
terminal window to see.)
D:/Home /blah blah etc.
Erich
On Feb 9, 2007, at 12:21 AM, erald troja wrote:
> Erich,
>
> sure thing. Here's the fileset syntax i have
>
> ----------------------------------------------------------------------
> ---
> FileSet
> {
> Name = FileSet-Windows
> Enable VSS = Yes
> Include
> {
> Options
> {
> Compression = GZIP
> IgnoreCase = Yes
> Signature = MD5
> Exclude = Yes
> WildFile = "*.log"
> WildDir = "[A-Z]:/System Volume Information"
> WildDir = "[A-Z]:/RECYCLER"
> }
> File = "C:/"
> File = "D:/Backup"
> File = "D:/Home"
> }
> Exclude
> {
> File = "pagefile.sys "
> File = "hiberfile.sys"
> File = "C:/Config.Msi"
> File = "C:/Documents and Settings"
> File = "C:/WINDOWS/Debug"
> File = "C:/WINDOWS/Temp"
> }
> }
>
> --------------------------------------------------------------
>
> Thanks sir.
>
>
> On 2/8/07, Erich Prinz <[EMAIL PROTECTED]> wrote: I've run into
> this issue when building the Filelist based on Windows
> Explorer views where known extensions are hidden.
>
> In this case, it might be a malformed syntax - you may want to post
> the Fileset portion of your configuration file for review by the list.
>
> Erich
>
> On Feb 8, 2007, at 1:50 PM, erald troja wrote:
>
> > Hello,
> >
> > I've noticed such errors/warnings upon doing a backup on a win2k3
> > server.
> >
> >
> ----------------------------------------------------------------------
> > ----------------------------------------
> > 08-Feb 14:40 win01-fd: Could not stat D:/Home/bobmccol: ERR=The
> > system cannot find the file specified.
> >
> > 08-Feb 14:40 win01-fd: Could not stat D:/Home/bobsterlobster:
> > ERR=The system cannot find the file specified.
> >
> > 08-Feb 14:40 win01-fd: Could not stat D:/Home/boda06: ERR=The
> > system cannot find the file specified.
> >
> > 08-Feb 14:40 win01-fd: Could not stat D:/Home/brduncan: ERR=The
> > system cannot find the file specified.
> >
> > 08-Feb 14:40 win01-fd: Could not stat D:/Home/brecher: ERR=The
> > system cannot find the file specified.
> >
> > 08-Feb 14:40 win01-fd: Could not stat D:/Home/bridles: ERR=The
> > system cannot find the file specified.
> >
> > 08-Feb 14:40 win01-fd: Could not stat D:/Home/brucemcd: ERR=The
> > system cannot find the file specified.
> >
> > 08-Feb 14:40 win01-fd: Could not stat D:/Home/bsbasemu: ERR=The
> > system cannot find the file specified.
> >
> > 08-Feb 14:40 win01-fd: Could not stat D:/Home/btivn: ERR=The system
> > cannot find the file specified.
> >
> > 08-Feb 14:40 win01-fd: Could not stat D:/Home/bugsyray: ERR=The
> > system cannot find the file specified.
> >
> > 08-Feb 14:41 win01-fd: VSS Writer (BackupComplete): "System
> > Writer", State: 0x1 (VSS_WS_STABLE)
> > 08-Feb 14:41 win01-fd: VSS Writer (BackupComplete): "MSDEWriter",
> > State: 0x1 (VSS_WS_STABLE)
> > 08-Feb 14:41 win01-fd: VSS Writer (BackupComplete): "COM+ REGDB
> > Writer", State: 0x1 (VSS_WS_STABLE)
> > 08-Feb 14:41 win01-fd: VSS Writer (BackupComplete): "IIS Metabase
> > Writer", State: 0x1 (VSS_WS_STABLE)
> > 08-Feb 14:41 win01-fd: VSS Writer (BackupComplete): "WMI Writer",
> > State: 0x1 (VSS_WS_STABLE)
> > 08-Feb 14:41 win01-fd: VSS Writer (BackupComplete): "Registry
> > Writer", State: 0x1 (VSS_WS_STABLE)
> > 08-Feb 14:41 win01-fd: VSS Writer (BackupComplete): "Event Log
> > Writer", State: 0x1 (VSS_WS_STABLE)
> > 08-Feb 14:41 backup-dir: Bacula 1.38.11 (28Jun06): 08-Feb-2007
> > 14:41:20
> > JobId: 104
> > Job: win01.2007-02-08_09.19.26
> > Backup Level: Full (upgraded from Incremental)
> > Client: "win01-fd" 2.0.2 (28Jan07) Linux,Cross-compile,Win32
> > FileSet: "FileSet-Windows" 2007-02-06 00:56:40
> > Pool: "win01-Pool-Full"
> > Storage: "win01-sd"
> > Scheduled time: 08-Feb-2007 09:19:25
> > Start time: 08-Feb-2007 09:19:31
> > End time: 08-Feb-2007 14:41:20
> > Elapsed time: 5 hours 21 mins 49 secs
> > Priority: 10
> > FD Files Written: 707,515
> > SD Files Written: 707,515
> > FD Bytes Written: 13,173,001,761 (13.17 GB)
> > SD Bytes Written: 13,307,101,485 (13.30 GB)
> > Rate: 682.2 KB/s
> > Software Compression: 42.5 %
> > Volume name(s): win01-Pool-Full-0001
> > Volume Session Id: 28
> > Volume Session Time: 1170862181
> > Last Volume Bytes: 13,341,826,282 (13.34 GB)
> > Non-fatal FD errors: 70
> > SD Errors: 0
> > FD termination status: OK
> > SD termination status: OK
> > Termination: Backup OK -- with warnings
> >
> > 08-Feb 14:41 backup-dir: Begin pruning Jobs.
> > 08-Feb 14:41 backup-dir: No Jobs found to prune.
> > 08-Feb 14:41 backup-dir: Begin pruning Files.
> > 08-Feb 14:41 backup-dir: No Files found to prune.
> >
> ----------------------------------------------------------------------
> > --------------------------
> >
> > The directories do exist and have proper permission as the rest of
> > the other directories.
> > Is there any specific permissions that I am missing out on?
> >
> >
> > I am not sure why certain usernames are being skipped.
> >
> > This is the case only on one of our win2k3 servers. The rest +
> > Unixes works fine.
> >
> > Please advice what do I need to post to shed some light onto this
> > issue.
> >
> >
> > Thanks
> > 08-Feb 14:41 backup-dir: End auto prune.
> >
> ----------------------------------------------------------------------
> > ---
> > Using Tomcat but need to do more? Need to support web services,
> > security?
> > Get stuff done quickly with pre-integrated technology to make your
> > job easier.
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> > Geronimo
> > http://sel.as-us.falkag.net/sel?
> >
> cmd=lnk&kid=120709&bid=263057&dat=121642______________________________
> > _________________
> > Bacula-users mailing list
> > Bacula-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
> ----------------------------------------------------------------------
> ---
> Using Tomcat but need to do more? Need to support web services,
> security?
> Get stuff done quickly with pre-integrated technology to make your
> job easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?
> cmd=lnk&kid=120709&bid=263057&dat=121642______________________________
> _________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users