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
FSAUndelete syntax
Use one of the following options with FSAUndelete. Include a path in quotes if it contains spaces.
To undelete a file that is associated with a single placeholder:
FSAUndelete placeholder_path
Where placeholder_path is the local path or the UNC path of the placeholder.
FSAUndelete does not support wildcard characters.
You can use this option in a script, for example to undelete the archived file for each placeholder in a log of restored backup files.
To undelete the files that are associated with all the placeholders in a specified folder, but not in any subfolders:
FSAUndelete folder_path
Where folder_path is the local path or the UNC path of the folder.
To undelete the files that are associated with all the placeholders in a specified folder, and recursively in all subfolders:
FSAUndelete folder_path -r
Where folder_path is the local path or the UNC path of the folder.