]> git.sur5r.net Git - bacula/docs/commit
kes Fix Win32 reparse points. Bacula will not recurse into any
authorKern Sibbald <kern@sibbald.com>
Wed, 21 May 2008 11:59:00 +0000 (11:59 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 21 May 2008 11:59:00 +0000 (11:59 +0000)
commitb9aadb4f9129360581062c248f2bd61a0d657216
tree2b13a986bf78f17b1c363e3853795d94cc7b4ab1
parentfd6632af52cf85da74e3d04f9fc97cedb9015371
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 *should* fix bug #1041.