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 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
Using FSA backup mode to prevent file recalls
For Windows file servers and NetApp filers you can use the supplied program EvFsaBackupMode.exe to place the file server into FSA backup mode. When the file server is in FSA backup mode, members of the following security groups are prevented from recalling files from placeholders:
The computer local group Enterprise Vault Backup Operators.
The domain universal, global, or local group Enterprise Vault Backup Operators.
Other users can continue to recall files as normal.
For example, you can use this mechanism to exclude the accounts that run backup or antivirus programs from recalling files.
Create an Enterprise Vault Backup Operators group in Active Directory and place in this group the required user accounts. You can then use EvFsaBackupMode.exe to place the file server into FSA backup mode.
EvFsaBackupMode.exe
is in the Enterprise Vault installation folder (for example C:\Program Files (x86)\Enterprise Vault
). You can run EvFsaBackupMode.exe
from the Enterprise Vault installation folder. Alternatively you can copy it to another folder, or copy it to another computer, which does not need to be an Enterprise Vault server.
The syntax for EvFsaBackupMode.exe
is as follows:
EvFsaBackupMode.exe -backup | -normal Server [DirectoryComputer]
Where:
Server is the name of the file server that is running a Placeholder service.
DirectoryComputer is the name of the Enterprise Vault Directory service computer. This is required only when you are backing up a NetApp Filer. In this case, Server is the name of the NetApp Filer.
For example:
To place a file server that is named MyServer into FSA backup mode, type the following:
EvFsaBackupMode.exe -backup MyServer
To return the same file server to normal mode, type the following:
EvFsaBackupMode.exe -normal MyServer
To place a NetApp Filer that is named MyFiler into FSA backup mode when the Directory service computer is named MyDirServ, type the following:
EvFsaBackupMode.exe -backup MyFiler MyDirServ
To return the same NetApp Filer to normal mode, type the following:
EvFsaBackupMode.exe -normal MyFiler MyDirServ