< Back
Copy-SVTbackup
Post
NAME Copy-SVTbackup
SYNOPSIS
Copy HPE SimpliVity backups to another cluster
SYNTAX
Copy-SVTbackup [-ClusterName] <String> [-BackupId] <String> [<CommonParameters>]
DESCRIPTION
Copy HPE SimpliVity backups to another cluster
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
-ClusterName <String>
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-BackupId <String>
Required? true
Position? 2
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 -Hour 2 | Copy-SVTbackup -ClusterName Production
Copy the last two hours of backups to the specified cluster.
RELATED LINKS
SYNOPSIS
Copy HPE SimpliVity backups to another cluster
SYNTAX
Copy-SVTbackup [-ClusterName] <String> [-BackupId] <String> [<CommonParameters>]
DESCRIPTION
Copy HPE SimpliVity backups to another cluster
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
-ClusterName <String>
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-BackupId <String>
Required? true
Position? 2
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 -Hour 2 | Copy-SVTbackup -ClusterName Production
Copy the last two hours of backups to the specified cluster.
RELATED LINKS