external help file | Module Name | online version | schema |
---|---|---|---|
HPESimpliVity-help.xml |
HPESimpliVity |
2.0.0 |
Locks HPE SimpliVity backups to prevent them from expiring
Lock-SvtBackup [-BackupId] <String> [<CommonParameters>]
Locks HPE SimpliVity backups to prevent them from expiring
BackupId is the only unique identifier for backup objects (e.g. multiple backups can have the same name). This makes using this command a little cumbersome by itself. However, you can use Get-SvtBackup to identify the backups you want to target and then pass the output to this command.
Get-SvtBackup -BackupName 2019-05-09T22:00:01-04:00 | Lock-SvtBackup
PS C:\> Get-SvtTask
Locks the backup(s) with the specified name. Use Get-SvtTask to track the progress of the task(s).
Lock the backup(s) with the specified backup ID(s)
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Roy Atkins, HPE Services
https://github.com/atkinsroy/HPESimpliVity/blob/master/Docs/Lock-SvtBackup.md