Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space KNOW and version 8.0

...

The options below define whether reparse points are followed or whether reparse point definitions are backed up

Reparse points are defined by folder attributes, and all reparse point tags are considered.
See: https://docs.microsoft.com/en-us/windows/win32/fileio/reparse-point-tags

Option

Description

System Reparse Points

Attributes
​FILE_ATTRIBUTE_DIRECTORY | FILE_ATTRIBUTE_REPARSE_POINT | FILE_ATTRIBUTE_SYSTEM 

Do not followOnly backup the Reparse Definitions (Recommended)
FollowBackup all the Reparse Points
User Reparse Points

Attributes
FILE_ATTRIBUTE_DIRECTORY | FILE_ATTRIBUTE_REPARSE_POINT

Do not followBackup the Reparse Definitions
FollowBackup all the Reparse Points (Recommended)

...