Enterprise Vault™ Setting up File System Archiving (FSA)
- About this guide
- About File System Archiving
- About FSA shortcut files
- Steps to configure File System Archiving
- Adding a Windows file server to File System Archiving
- About archiving from Windows Server 2012 or later file servers
- Permissions and privileges required by the Vault Service account on Windows file servers
- Adding a NetApp filer to File System Archiving
- Adding a NetApp C-Mode Vserver to File System Archiving
- Adding a Celerra/VNX device to File System Archiving
- Adding a Dell EMC Unity 4.3 device to File System Archiving
- Configuring FSA with clustered file servers
- Troubleshooting the configuration of FSA with clustered file servers
- Installing the FSA Agent
- Defining volume and folder policies
- About selecting the shortcut type for an FSA policy
- About FSA policy archiving rules
- Configuring the deletion of archived files on placeholder deletion
- Configuring target volumes, target folders, and archive points
- About adding target volumes, target folders, and archive points for FSA
- About managing archive points
- Archive point properties
- Effects of modifying, moving, or deleting folders
- About deleting target folders, volumes, and file servers
- Configuring pass-through recall for placeholder shortcuts
- Configuring and managing retention folders
- Configuring and running FSA tasks
- Using Run Now to process FSA targets manually
- Configuring file system filtering
- Managing the file servers
- PowerShell cmdlets for File System Archiving
- Appendix A. Permissions and privileges required for the Vault Service account on Windows file servers
- Permissions required by the Vault Service account for the FSA Agent
Prohibiting a program from recalling files that FSA has archived
For Windows file servers it is possible to specify a list of programs that are prohibited from recalling items that FSA has archived. This is most likely to be useful if you use an antivirus program or backup program that does not honor the file system offline attribute. The program must be a program that runs on the file server.
You specify the list of programs by editing a registry value named ExcludedExes on each computer that is running an Enterprise Vault Placeholder service. This registry value is a string value under the following registry key:
On a 32-bit installation of Windows: HKEY_LOCAL_MACHINE \SOFTWARE \KVS \Enterprise Vault \FSA \PlaceholderService | On a 64-bit installation of Windows: HKEY_LOCAL_MACHINE \SOFTWARE \Wow6432Node \KVS \Enterprise Vault \FSA \PlaceholderService |
To specify a list of prohibited programs, edit ExcludedExes to specify the names of the program executable files, separated by semicolons (;).
For example, to exclude Windows Explorer, "MyBackupProgram", and a program called "MyAntivirus", you can specify the following:
Explorer.exe;MyBackupProgram.exe;MyAntivirus.exe
If you change the list of prohibited programs, you must restart the Enterprise Vault Placeholder service on the file server to make the change take effect.
Note:
A second ExcludeExes registry value under the PlaceholderService\PassThrough registry key can be used to prevent programs from receiving pass-through recalls.
See Registry values for pass-through recall on Windows file servers.