< Back

Lock-SVTbackup

Tue Jan 14, 2020 2:10 am

NAME Lock-SVTbackup



SYNOPSIS

Locks HPE SimpliVity backups to prevent them from expiring





SYNTAX

Lock-SVTbackup [-BackupId] <String> [<CommonParameters>]





DESCRIPTION

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 pipe the output to this command.





PARAMETERS

-BackupId <String>



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String

HPE.SimpliVity.Backup





OUTPUTS

HPE.SimpliVity.Task





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>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).











RELATED LINKS