-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVBackup
List appliance backups.
Get-HPOVBackup[ [-Before] <DateTime>][ [-After] <DateTime>] [-ApplianceConnection] <Array> [<CommonParameters>]
HPE OneView provides the ability to save your configuration settings and management data to a backup file and enables you to use that backup to restore a corrupted appliance in the event of a catastrophic failure.
The backup process involves creating a backup file and then downloading that file so that you can store it to a safe and secure (off-appliance) location for future use. You can schedule automatic backup operations and designate a remote location for the backup file.
Use this cmdlet to return any existing backups that have not been downloaded or offloaded on the appliance.
-After <DateTime>
Specify the DateTime object of when to locate backups created after.
Aliases | None |
Required? | false |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-ApplianceConnection <Array>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Before <DateTime>
Specify the DateTime object of when to locate backups created before.
Aliases | None |
Required? | false |
Position? | named |
Default value | |
Accept pipeline input? | false |
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 (http://go.microsoft.com/fwlink/?LinkID=113216)
None. You cannot pipe objects to this cmdlet.
The generated backup File if appliance is not setup for remote storage or the Force parameter is used.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVBackup
This command will return any appliance backs present on the appliance.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVBackup -Before [datetime]"2017/01/01"
This command will return applinace backups that were created before 2017/01/01.