Skip to content

New HPOVBackup

Chris Lynch edited this page Jul 25, 2016 · 42 revisions

HPE OneView 2.00 Library

New-HPOVBackup

Generate and download appliance backup.

SYNTAX

New-HPOVBackup [-Location] <String> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

Use this Cmdlet to generate and download an appliance configuration backup file for backup purposes. The backup file does not contain user account passwords. The backup file is not meant to restore to other appliance for quick provisioning, as it is an encrypted TAR GZIP file.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).

Default Value: ${Global:ConnectSessions} | ? Default

Aliases Appliance
Required? true
Position? named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters?    False

-Location <String>

Aliases [-save]

The full path to where the Support Dump will be saved to. The downloaded file name will be generated by the appliance. If the directory does not exist, it will be created. By default will use current directory.

Aliases Appliance
Required? true
Position? 0
Default value (get-location).Path
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

The generated backup File

The generated backup File

Examples

 -------------------------- EXAMPLE 1 --------------------------

PS C:\> New-HPOVBackup "c:\temp"

This command will save the Appliance backup file to C:\Temp

Related Links

HPE OneView 1.20 Library

New-HPOVBackup

Generate and download appliance backup.

SYNTAX

New-HPOVBackup[ [-Location] <Location>] [<CommonParameters>]

Detailed Description

Use this cmdlet to generate and download an appliance configuration backup file for backup purposes. The backup file does not contain user account passwords. The backup file is not meant to restore to other appliance for quick provisioning, as it is an encrypted TAR GZIP file.

Parameters

-Location <Location>

OPTIONAL. The full path to where the Support Dump will be saved to. The downloaded file name will be generated by the appliance. If the directory does not exist, it will be created. By default will use current directory.

Aliases
Required? false
Position? 1
Default value (get-location).Path
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

The generated backup File

The generated backup File

Examples

 -------------------------- EXAMPLE 1 --------------------------

PS C:\> new-HPOVbackup "c:\temp"

This command will save the Appliance backup file to C:\Temp

Related Links

Wiki Table of Contents

Clone this wiki locally