bareos: master 7804e55c

Author Committer Branch Timestamp Parent
pstorz mvwieringen master 2015-05-20 15:54 master 905ed4d9 Pending
Affected Issues  0000467: Error in restoring deduplicated files
Changeset Treat deduplicated reparse points correctly

IO_REPARSE_TAG_DEDUP reparse points were treated like symlinks before.
We now understand these reparese points and treat them like normal
files, which is called

"Nonoptimized Backup and Restore of Data Deduplication-Enabled Volumes"

This means the files are treated like normal files and not like reparse
points.

Files on deduplicated volumes can be backed up and restored like files
on any other windows filesystem.

For more details see:

https://msdn.microsoft.com/en-us/library/hh769304%28v=vs.85%29.aspx

Fixes 0000467: Error in restoring deduplicated files
mod - src/findlib/attribs.c Diff File
mod - src/win32/compat/compat.c Diff File