-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVAutomaticBackupConfig
Retrieve automatic appliance backup configuration.
Get-HPOVAutomaticBackupConfig [-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.
This Cmdlet will get the automatic backup configuration from the connected appliance(s). Use Set-HPOVAutomaticBackupConfig to set a new automatic backup policy for the appliance(s).
-ApplianceConnection <Array>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s). If Resource object is provided via Pipeline, the ApplianceConnection property of the object will be used.
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | 0 |
Default value | (${Global:ConnectedSessions} | ? Default) |
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.
HPOneView.Appliance.AutomaticBackupConfig [System.Management.Automation.PSCustomObject]
Appliance automatic backup configuration object.
System.Collections.Arraylist <HPOneView.Appliance.AutomaticBackupConfig>
Multiple appliance automatic backup configuration objects.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVAutomaticBackupConfig Appliance Enabled Server Protocol Directory Interval Days Time --------- ------- ------ -------- --------- -------- ---- ---- Appliance True scphost.domain.com SCP WEEKLY {MO, WE, FR} 18:00
Get the configured automatic backup setting of the appliance.
Retrieve automatic appliance backup configuration.
Get-HPOVAutomaticBackupConfig [-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.
This Cmdlet will get the automatic backup configuration from the connected appliance(s). Use Set-HPOVAutomaticBackupConfig to set a new automatic backup policy for the appliance(s).
-ApplianceConnection <Array>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s). If Resource object is provided via Pipeline, the ApplianceConnection property of the object will be used.
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | 0 |
Default value | (${Global:ConnectedSessions} | ? Default) |
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.
HPOneView.Appliance.AutomaticBackupConfig [System.Management.Automation.PSCustomObject]
Appliance automatic backup configuration object.
System.Collections.Arraylist <HPOneView.Appliance.AutomaticBackupConfig>
Multiple appliance automatic backup configuration objects.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVAutomaticBackupConfig Appliance Enabled Server Protocol Directory Interval Days Time --------- ------- ------ -------- --------- -------- ---- ---- Appliance True scphost.domain.com SCP WEEKLY {MO, WE, FR} 18:00
Get the configured automatic backup setting of the appliance.