Pages

Wednesday, April 17, 2013

Using PowerShell to enable or disable backup mode on EV 10.1

Enable backup mode

c:\windows\syswow64\windowspowershell\v1.0\powershell -psconsolefile "C:\Program Files (x86)\Enterprise Vault\evshell.psc1" -command "set-vaultstorebackupmode EVSITE sitename site"

* When the file level backup have been running on EV server (EV data folder: "Enterprise Vault Stores", "EV_CACHE", "EV_INDEX"), you will need to enable the backup mode before running the backup.

Disable backup mode

c:\windows\syswow64\windowspowershell\v1.0\powershell -psconsolefile "C:\Program Files (x86)\Enterprise Vault\evshell.psc1" -command "clear-vaultstorebackupmode EVSITE sitename site"

# When the file level backup have been complete on EV server, you will need to disable backup mode, otherwise the EV open datastore will become readonly.

No comments:

Post a Comment