cancel
Showing results for 
Search instead for 
Did you mean: 

Backup Mode

TheArchiveMan
Level 3

Is there a powershell command that gives you the status of the Backup mode state, whether the vault is in Backup mode or not?

1 ACCEPTED SOLUTION

Accepted Solutions

ZeRoC00L
Level 6
Partner Accredited

Yes, Get-VaultStoreBackupMode PowerShell command:

http://www.symantec.com/business/support/index?page=content&id=HOWTO57150

I'm not sure if it also is included in 'older' (pre EV10) versions.

View solution in original post

6 REPLIES 6

oliverse
Level 4
Partner Accredited

ZeRoC00L
Level 6
Partner Accredited

Yes, Get-VaultStoreBackupMode PowerShell command:

http://www.symantec.com/business/support/index?page=content&id=HOWTO57150

I'm not sure if it also is included in 'older' (pre EV10) versions.

TheArchiveMan
Level 3

Unfortunately, it is not in v9

LCT
Level 6
Accredited Certified

I just tested this with EV9 SP3 using EV Management Shell:

get-vaultstorebackupmode -EntryID 186635AF957D1274AAEE4FCC6A612387C1210000vault.domain.local

and got:

VaultStoreName             VaultStoreEntryId                         BackupMode
--------------             -----------------                         ----------
Vault Store 1              186635AF957D1274AAEE4FC...                     False

You can use other switches instead of -EntryID

Runnning it with Windows Powershell does not work

Hope that helps.

Rob_Wilcox1
Level 6
Partner

Nothing has really changed with the cmdlets since they were introduced as far as I recall.  And get-vaultstorebackupmode will, and does work :)

Working for cloudficient.com

TheArchiveMan
Level 3

Thanks for your help