Get HPOVAutomaticBackupConfig - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVAutomaticBackupConfig

Retrieve automatic appliance backup configuration.

SYNTAX

Get-HPOVAutomaticBackupConfig [-ApplianceConnection] <Array> [<CommonParameters>]

Detailed Description

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).

Parameters

-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)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

HPOneView.Appliance.AutomaticBackupConfig [System.Management.Automation.PSCustomObject]

Appliance automatic backup configuration object.

System.Collections.Arraylist <HPOneView.Appliance.AutomaticBackupConfig>

Multiple appliance automatic backup configuration objects.

Examples

 -------------------------- 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.

Related Links


Top

HPE OneView 4.00 Library

Get-HPOVAutomaticBackupConfig

Retrieve automatic appliance backup configuration.

SYNTAX

Get-HPOVAutomaticBackupConfig [-ApplianceConnection] <Array> [<CommonParameters>]

Detailed Description

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).

Parameters

-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)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

HPOneView.Appliance.AutomaticBackupConfig [System.Management.Automation.PSCustomObject]

Appliance automatic backup configuration object.

System.Collections.Arraylist <HPOneView.Appliance.AutomaticBackupConfig>

Multiple appliance automatic backup configuration objects.

Examples

 -------------------------- 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.

Related Links


Top
⚠️ **GitHub.com Fallback** ⚠️