< Back

Stop-SVTbackup

Tue Jan 14, 2020 2:18 am

NAME Stop-SVTbackup



SYNOPSIS

Stops (cancels) a currently executing HPE SimpliVity backup





SYNTAX

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





DESCRIPTION

Stops (cancels) a currently executing HPE SimpliVity backup



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 (ByValue, 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-12T01:00:00-04:00' | Stop-SVTBackup



Cancels the specified backup











RELATED LINKS