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
The format of the RtnFolder.exe settings file
An example settings file for RtnFolder.exe is included in the Enterprise Vault installation folder. The example settings file is named RtnFolderSettings.xml.
The following example shows the XML format of the settings file.
<?xml version="1.0" encoding="utf-8" ?> <Policy> <Apply> <ApplyToSubFolders>1</ApplyToSubFolders> <ArchiveThisFolder>1</ArchiveThisFolder> <ArchiveSubFolders>0</ArchiveSubFolders> <AutoUpdate>0</AutoUpdate> </Apply> <ArchivePoint> <OnSubFolders>1</OnSubFolders> <DoNotCreate>0</DoNotCreate> </ArchivePoint> </Policy>
The <Apply> element tags define how to apply the policy, as specified in Table: <Apply> element tags for the XML settings file.
Table: <Apply> element tags for the XML settings file
Tag | Value |
---|---|
ApplyToSubFolders | 0 - Apply the Retention Folder policy to top-level folders only on the FSA target. 1 - Apply the Retention Folder policy to subfolders under top-level folders on the FSA target, but not to the top-level folders on the FSA target. |
ArchiveThisFolder | 0 - Do not archive the folders that this Retention Folder policy manages. 1 - Archive the folders that this Retention Folder Policy manages. |
ArchiveSubFolders | 0 - Do not archive any folders in the Retention Folder hierarchy that the Retention Folder policy does not manage. 1 - Archive all folders in the Retention Folder hierarchy, even if the Retention Folder policy does not manage them. |
AutoUpdate | 0 - Do not apply the Retention Folder policy on new subfolders that are created under top-level folders in the Retention Folder hierarchy. This option is valid only if the tag ApplyToSubFolders is 1. 1 - Apply the retention folder policy on any new subfolder that are created under top-level folders in the Retention Folder hierarchy. This option is valid only if the tag ApplyToSubFolders is 1. |
The <ArchivePoint> element tags define where to create archive points, as specified in Table: <ArchivePoint> element tags for the XML settings file.
Table: <ArchivePoint> element tags for the XML settings file
Tag | Description |
---|---|
OnSubFolders | 0 - Create an archive point on top-level folders in the Retention Folder hierarchy. This option is valid irrespective of the value of the tag ApplyToSubFolders. 1 - Create archive points on the subfolders under top-level folders in the Retention Folder hierarchy. This option is valid only if the tag ApplyToSubFolders is 1. |
DoNotCreate | 0 - Use OnSubFolders tag value. 1 - Do not create an archive point. The administrator takes responsibility for manually creating archive points. Alternatively, if an archive point exists above the top-level folders in the Retention Folder hierarchy, the archive is used for all folders in the Retention Folder hierarchy. |