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
ArchivePoints examples
The following are example ArchivePoints commands.
To create an archive point on folder
\\myserver\users\jones
:ArchivePoints create \\myserver\users\jones nosubfolders
To create an archive point on each immediate subfolder of
\\myserver\users\
, and use an XML template file namedarchiveptfile.xml
to override the default values of the archive point attributes:ArchivePoints create \\myserver\users subfolders "c:\Program Files (x86)\Enterprise Vault\archiveptfile.xml"
To list all archive points on share
\\myserver\users
:ArchivePoints find \\myserver\users
To auto-enable archive points for all immediate subfolders of the folder
\\myserver\development
:ArchivePoints autoenable \\myserver\development on
To switch off the auto-enable property for the folder
\\myserver\development
and delete the archive points from all its immediate subfolders:ArchivePoints autoenable \\myserver\development off subfolderdelete