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
Disabling the archiving of retention folders for an FSA target
You can disable the archiving of top-level folders or subfolders (or both) in the retention folder hierarchy for an FSA target by clearing the appropriate Archiving boxes in the FSA target properties or by using the Set-EVFSAFolder PowerShell cmdlet.
To disable archiving of some or all retention folders on an FSA target
- In the Administration Console, expand the site and click Targets > File server.
- Expand the relevant file server and select the volume that contains the target folder.
- Right-click the target folder whose properties you want to change, and select Properties.
- For example, if you select only Archive subfolders in Retention Folder hierarchy, the top-level folders are not archived but all subfolders are archived.
In the File Server Properties dialog box, select or clear the following settings:
Archive top-level folders in Retention Folder hierarchy. Select this to archive top-level folders.
Archive subfolders in Retention Folder hierarchy. Select this to archive subfolders.
- Click OK to apply the changes and close the dialog box.
To disable archiving of retention folders on an FSA target using PowerShell
- In the Enterprise Vault Management Shell, run the following command:
Set-EVFSAFolder [Fileserver Name] [Volume Name] [FolderName] -IncludeRetentionFolders -DisableArchivingOnFolder -DisableArchivingOnSubFolders
You can also pipe the output from Get-EVFSAFolder to Set-EVFSAFolder by running the following command:
Get-EVFSAFolder [Fileserver Name] [Volume Name] -IncludeRetentionFolders | Set-EVFSAFolder -DisableArchivingOnFolder -DisableArchivingOnSubFolders
Note:
Use -IncludeRetentionFolders with -DisableArchivingOnFolder and -DisableArchivingOnSubFolders. Set-EVFSAFolder will not update retention folders if you specify -Policy, -UseVolumePolicy, or -IgnoreVolumeRules with -IncludeRetentionFolders.