Skip to content

Get-OVAutomaticBackupConfig

Syntax

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

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-OVAutomaticBackupConfig to set a new automatic backup policy for the appliance(s).

Info

Minimum required privileges: Read only

Examples

Example 1

Get-OVAutomaticBackupConfig

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.

Parameters

-ApplianceConnection <Array>

Specify one or more [HPEOneView.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.

Aliases Appliance
Required? False
Position? Named
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

Appliance automatic backup configuration object.

Multiple appliance automatic backup configuration objects.