-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVBackup
ℹ️ Note: This Wiki is no longer the source for HPE OneView PowerShell Library documentation. The new location is here.
Please update your local offline help system using Get-Help <ModuleName>
to dwonload the latest offline help contents.
Library
Get-HPOVBackup
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.
Minimum required privileges: Read only
-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>
Specify one or more [HPOneView.Appliance.Connection] object(s) or Name property value(s).
Aliases | Appliance |
Required? | False |
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 appliance backups that were created before 2017/01/01.
Library
Get-HPOVBackup
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.
Library
Get-HPOVBackup
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.