A third-party solution which uses reparse points could be in use. and the requirement is to skip these during the ESE backup.
To achieve this, the following setting will filter out files or folders during the scanning phase based on their reparse points:
win32.reparse.excludelist=0x00000099
Before this setting can be set, the reparse tag value must be determined:
- Open a command line and change to the desired directory.
- Run the following command, querying the reparse point (n this example, 'reparse.point'):
C:\Folder> fsutil reparsepoint query reparse.point
- Information similar to the following will be returned:
Reparse Tag Value : 0x00000099 GUID : {8646330e-6892-4883-80a2-12d45396ee16
Reparse Data Length: 0x0000005c - Next, stop the ESE Agent service and edit the a5backup.properties file. The default location is C:\Program Files\Redstor Backup Pro\Backup Client ESE\.
- Add the following along with the reparse tag value (0x00000099) returned in Step 3:
win32.reparse.excludelist=0x00000099
- Save the file and restart the service. Any files and folders with this tag will be filtered from the backup, and will not be visible in the Backup Selection view.
Comments
0 comments
Please sign in to leave a comment.