Hello,

I did not want to cross post here & at bacula-devel list.

Here's a snippet of the trace which shows what happens at the time
when directories are skipped from being included in the backup.


--------------------------------------------------------------------------------------------
win01-fd: ../compat/compat.cpp:1134 readdir_r(dd6aa8, { d_name="brduncan",
d_reclen=8, d_off=485
win01-fd: ../compat/compat.cpp:194 Enter wchar_win32_path
win01-fd: ../compat/compat.cpp:378 Leave wchar_win32_path=\
win01-fd: ../compat/compat.cpp:107 Enter convert_unix_to_win32_path
win01-fd: ../compat/compat.cpp:158 path=D:\Home\brduncan
win01-fd: ../compat/compat.cpp:167 Leave cvt_u_to_win32_path
path=\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy5\Home\brduncan
win01-fd: ../compat/compat.cpp:194 Enter wchar_win32_path
win01-fd: ../compat/compat.cpp:208 Leave wchar_win32_path no change
win01-fd: ../compat/compat.cpp:729
GetFileAttributes(\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy5\Home\brduncan):
The specified network resource or device
is no longer available.
win01-fd: ../compat/compat.cpp:1134 readdir_r(dd6aa8, { d_name="brecher",
d_reclen=7, d_off=493
win01-fd: ../compat/compat.cpp:194 Enter wchar_win32_path
win01-fd: ../compat/compat.cpp:378 Leave wchar_win32_path=\
win01-fd: ../compat/compat.cpp:107 Enter convert_unix_to_win32_path
win01-fd: ../compat/compat.cpp:158 path=D:\Home\brecher
win01-fd: ../compat/compat.cpp:167 Leave cvt_u_to_win32_path
path=\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy5\Home\brecher
win01-fd: ../compat/compat.cpp:194 Enter wchar_win32_path
win01-fd: ../compat/compat.cpp:208 Leave wchar_win32_path no change
win01-fd: ../compat/compat.cpp:729
GetFileAttributes(\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy5\Home\brecher):
The specified network resource or device i
s no longer available.
-----------------------------------------------------------------------------------------------------------------------------------------------------


The device D:\home\ clearly is existant and fully accessible.
I am not sure if Bacula requires any special permissions for it to read the
folders.

Also, it will not explain why certain folders (the beggining ones at the
letter 'a' ) get read properly and
it starts failing by the time we're well into the 'b' starting folders.


Lastly, the size of each folder is equivalently/approximately the same ~
450/500MB or so, so
i can't imagine if this is indeed the cause of failure.


Any Developers willing to pick this issue up?

Please advice.

Thank you.



On 2/12/07, Erich Prinz <[EMAIL PROTECTED]> wrote:

Yeah, agreed - this needs developer attention.

Run the FD and/or both the Director and SD with trace on    ie.   -
d100  to get the output of what is happening.

Then, supply the version info, what it's installed on and the
pertinent trace files in-line on your email and submit to the
developers list for review.

Erich


On Feb 12, 2007, at 10:38 AM, erald troja wrote:

> 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


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to