-
Notifications
You must be signed in to change notification settings - Fork 52
New HPOVBackup
Generate and download appliance backup.
New-HPOVBackup [-Location] <String> [-ApplianceConnection] <Object> [<CommonParameters>]
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.
-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)
None. You cannot pipe objects to this Cmdlet.
The generated backup File
The generated backup File
-------------------------- EXAMPLE 1 --------------------------PS C:\> New-HPOVBackup "c:\temp"
This command will save the Appliance backup file to C:\Temp
- [New-HPOVRestore] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/New-HPOVRestore)
Generate and download appliance backup.
New-HPOVBackup[ [-Location] <Location>] [<CommonParameters>]
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.
-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)
None. You cannot pipe objects to this cmdlet.
The generated backup File
The generated backup File
-------------------------- EXAMPLE 1 --------------------------PS C:\> new-HPOVbackup "c:\temp"
This command will save the Appliance backup file to C:\Temp
- [New-HPOVRestore] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/New-HPOVRestore)