From: Kern Sibbald Date: Wed, 21 May 2008 11:59:00 +0000 (+0000) Subject: kes Fix Win32 reparse points. Bacula will not recurse into any X-Git-Tag: Release-2.4.0~35 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b9aadb4f9129360581062c248f2bd61a0d657216;p=bacula%2Fdocs 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. ---