Enterprise Vault™ Backup and Recovery
- About this guide
- Backing up Enterprise Vault
- Enterprise Vault recovery procedures
- Recovering Enterprise Vault using full system backups
- Recovering Enterprise Vault using data-only backups
- Recovery of Enterprise Vault in a VCS cluster
- Recovery of Enterprise Vault in a Windows Server failover cluster
Index snapshot location backup mode cmdlet syntax
The syntax is the same for all three index snapshot location backup mode cmdlets. For example:
Set-EVIndexSnapshotLocationBackupMode [-SiteId <String>] [-EVServerName <String>] [-Path <String>] [<CommonParameters>]
The following examples show how Set- EVIndexSnapshotLocationBackupMode is used to increment the backup mode count on index snapshot locations:
Set- EVIndexSnapshotLocationBackupMode EVServer
This command increments the backup mode count on all the index snapshot locations that are associated with server EVServer.
Set-IndexLocationBackupMode EVServer -Path e:\indexsnapshotlocation
This command increments the backup mode count on index snapshot location e:\indexsnapshotlocation
Set-EVIndexSnapshotLocationBackupMode -SiteId 17EEC4C7A9E1E4540AE93FC7B20C6A7311d10000evserver.earth.local -EVServerName EVServer
Increments the backup mode count of all index snapshot locations configured on the Enterprise Vault index server EVServer in the Enterprise Vault site 17EEC4C7A9E1E4540AE93FC7B20C6A7311d10000evserver.earth.local.
Clear- EVIndexSnapshotLocationBackupMode uses the same syntax to decrement the backup mode count on index snapshot locations. It also has an additional parameter which you can use to forcibly clear backup mode from index snapshot locations. For example:
Clear-EVIndexSnapshotLocationBackupMode -EVServerName evserver.earth.local -ForceClearBackupMode
This command forcibly clears backup mode from all the index snapshot locations configured on the Enterprise Vault index server evserver.earth.local. Clear- EVIndexSnapshotLocationBackupMode ignores the existing backup mode count and sets it to 0.
Get- EVIndexSnapshotLocationBackupMode also uses the same syntax to report current backup mode settings.
Note:
Enterprise Vault recommends that you set up and clear the backup mode at the Enterprise Vault site level.