Veritas 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
- Provisioning API scripting properties for Policy Manager scripts
- Provisioning API Advanced settings for Policy Manager scripts
- Provisioning API Interface methods for Policy Manager scripts
- ResetEVClient
- Vault Store Usage Reporter
FSAUndelete examples
The following examples assume that you run FSAUndelete from the Enterprise Vault server:
Undelete the archived file for the placeholder with the UNC path
\\myserver\myfiles\file1
:FSAUndelete \\myserver\myfiles\file1
Undelete the archived files for the placeholders in the folder with the UNC path
\\myserver\myfiles\
, but do not process any subfolders:FSAUndelete \\myserver\myfiles\
Undelete the archived files for all the placeholders in the folder with the UNC path
\\myserver\myfiles\
, and in any subfolders:FSAUndelete \\myserver\myfiles\ -r
The following examples assume that you run FSAUndelete on a Windows file server for which you want to process the placeholders. You can therefore specify local paths to placeholders and folders.
Undelete the archived file for the placeholder
C:\myfiles\file 9
:FSAUndelete "C:\myfiles\file 9"
Undelete the archived file for all of the placeholders in the folder
C:\myfiles\
and its subfolders:FSAUndelete C:\myfiles\ -r