Enterprise Vault™ Utilities
- About this guide
- ArchivePoints
- Audit Viewer
- Backtrace
- CenteraPing
- Domino Archive Exporter
- Domino Profile Document Tool
- Domino Retention Plan Tool
- DTrace
- EVDominoExchangeMigration Tool
- Running the EVDominoExchangeMigration tool
- EVDuplicateCleaner
- EVEARemovalUtility
- EVFSASetRightsAndPermissions
- EVrights
- EVservice
- EVSPShortcutManager
- EVSVR
- About EVSVR
- About the EVSVR operation settings
- Using the output from one EVSVR operation as input for another operation
- Viewing the EVSVR output log file
- Running EVSVR in interactive mode
- FSARunNow
- FSAUndelete
- FSAUtility
- NTFS to Centera Migration
- Permissions Browser
- Policy Manager (EVPM)
- Sections and keynames in Policy Manager initialization file
- Policy Manager initialization file examples
- About using the Provisioning API to run Policy Manager scripts
- ResetEVClient
- Vault Store Usage Reporter
Restoring archived files
You can use FSAUtility with the -t parameter to restore some or all of the archived files to their original location or a new location.
To make sure that any file recalls do not exceed the recall limits, create an Enterprise Vault Backup Operators group in Active Directory, and include in that group the account that is to perform the restore.
By default, FSAUtility restores the files in asynchronous mode. You can choose instead to restore files synchronously if you want. With a synchronous restore you can set a timeout for file restores, and see the progress of each file restore operation. To restore files synchronously and to set a timeout for file restores, create a DWORD entry called FileDownloadTimeOut under the following registry key on the Enterprise Vault server:
HKEY_LOCAL_MACHINE \SOFTWARE \Wow6432Node \KVS \Enterprise Vault \FSARestore
If FileDownloadTimeOut is set to 0, FSAUtility restores files asynchronously. Any value greater than 0 denotes the timeout, in seconds, for each file recall.
FSAUtility -t -s UNC_path [-DA mm-dd-yyyy] [-DB mm-dd-yyyy] -d UNC_path [-e ext_list] [-f] [-l log_level] [-r]
Where:
-s UNC_path specifies the path to the required folder, volume, or file server.
-DA mm-dd-yyyy specifies an archive date. FSAUtility restores files archived after the specified date.
-DB mm-dd-yyyy specifies an archive date. FSAUtility restores files archived before the specified date.
-d UNC_path specifies the path to the destination folder.
[-e ext_list] specifies the file types to restore as a comma-separated list of file name extensions. For example:
*.xls,*.doc,*.txt
By default, the utility restores all file types.
-f forces FSAUtility to restore the files when placeholders or files of the same name already exist. The utility first deletes the existing placeholders or files and then restores the files.
-l log_level specifies whether to log both successful operations and failed operations (0) or failed operations only (1). By default, FSAUtility logs failed operations only.
-r specifies report mode. FSAUtility generates a report that outlines the activities that it would perform if you were to run it in normal mode, but without performing those activities.
FSAUtility generates a report named
EV_FILESYSTEM_UTILITY_REPORT_DateTime.txt
, in the folderinstallpath\Reports\FSAUtility
.If you run -t in normal mode, FSAUtility generates a report named
EV_FILESYSTEM_UTILITY_REPORT_DateTime.xml
.
The following command restores the Word and Excel files in the folder \\myserver\users
. It also generates a log file that lists both successful operations and failed operations.
FSAUtility -t -s \\myserver\users -e *.doc,*.xls -l 0
The following command restores the Word and Excel files for an entire file server.
FSAUtility -t -s \\myserver -e *.doc,*.xls -l 0
The following command restores the files that are archived after June 28 2018.
FSAUtility.exe -t -s \\myserver\users -DA 06-28-2018
If multiple versions of the same file exist in the archive, this command restores the latest version only.
The following command restores the files that are archived before June 28 2018.
FSAUtility.exe -t -s \\myserver\users -DB 06-28-2018
If multiple versions of the same file exist in the archive, this command restores the version of the file that was archived before the specified date. For example, if a file was archived on the following dates:
July 1 2018 14:00
June 29 2018 15:25
June 22 2018 11:00
June 22 2018 13:15
This command restores the version of the file that was archived on June 22 2018 13:15.
FSAUtility does not support "hard link" files (directory references to files). You cannot restore an archived file if that file has the same name as a hard link file in the destination folder. When you perform a restore operation, FSAUtility recalls any placeholders that are hard link files.
When you recall files to a Dell EMC Celerra/VNX device, FSAUtility applies only the folder permissions to the files. If there are placeholders with file-specific permissions, the file permissions are lost and you must reapply them manually.
Due to a NetApp restriction, FSAUtility does not restore archived files if the path to the folder exceeds 512 characters.