< Back
Update-SVTbackupUniqueSize
Post
NAME Update-SVTbackupUniqueSize
SYNOPSIS
Calculate the unique size of HPE SimpliVity backups
SYNTAX
Update-SVTbackupUniqueSize [-BackupId] <String> [<CommonParameters>]
DESCRIPTION
Calculate the unique size of HPE SimpliVity backups
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>
Use Get-SVTbackup to output the required VMs as input for this command
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.VirtualMachine
OUTPUTS
HPE.SimpliVity.Task
NOTES
This command only updates the backups in the local cluster. Login to an OVC in a remote cluster to update the
backups there
The UniqueSizeDate property is updated on the backup object(s) when you run this command
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-SVTbackup -VMname VM01 | Update-SVTbackupUniqueSize
Starts a task to calculate the unique size of the specified backup(s)
-------------------------- EXAMPLE 2 --------------------------
PS:\\>Get-SVTbackup -Latest | Update-SVTbackupUniqueSize
Starts a task per backup object to calculate the unique size of the latest backup for each local VM.
RELATED LINKS
SYNOPSIS
Calculate the unique size of HPE SimpliVity backups
SYNTAX
Update-SVTbackupUniqueSize [-BackupId] <String> [<CommonParameters>]
DESCRIPTION
Calculate the unique size of HPE SimpliVity backups
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>
Use Get-SVTbackup to output the required VMs as input for this command
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.VirtualMachine
OUTPUTS
HPE.SimpliVity.Task
NOTES
This command only updates the backups in the local cluster. Login to an OVC in a remote cluster to update the
backups there
The UniqueSizeDate property is updated on the backup object(s) when you run this command
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-SVTbackup -VMname VM01 | Update-SVTbackupUniqueSize
Starts a task to calculate the unique size of the specified backup(s)
-------------------------- EXAMPLE 2 --------------------------
PS:\\>Get-SVTbackup -Latest | Update-SVTbackupUniqueSize
Starts a task per backup object to calculate the unique size of the latest backup for each local VM.
RELATED LINKS