]> git.sur5r.net Git - bacula/docs/commit
kes Display open() errors except when polling. Previously too
authorKern Sibbald <kern@sibbald.com>
Wed, 21 May 2008 13:05:15 +0000 (13:05 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 21 May 2008 13:05:15 +0000 (13:05 +0000)
commite085256abd84ffef4f690089aeff6601aa0662a0
treeb15757ef591c6fe5b2a0631886a8326a5a00191f
parentc64896053215c7daf5872dbd9601c5deaa7f984f
kes  Display open() errors except when polling. Previously too
     many were suppressed.  This should fix bug #1070.
kes  Fix Win32 reparse points. Bacula will not recurse into any
     reparse point directory, including mount points, unless the
     directory is explicitly mentioned at the top level (same as
     with Unix).  A file that is linked to another file will be
     backed up -- much as Unix does for hardlinked files.
     This fixes bug #1041.