New-VBRMySQLProcessingOptions
Short Description
Defines settings for processing backed-up MySQL databases on Linux computers.
Syntax
This cmdlet provides the following parameter sets:
-
Credentials (Default)New-VBRMySQLProcessingOptions [-Credentials <CCredentials>] [<CommonParameters>]
-
PasswordFilePathNew-VBRMySQLProcessingOptions [-PasswordFilePath <String>] [<CommonParameters>]
Detailed Description
This cmdlet creates the VBRMySQLProcessingOptions object. This object contains settings for processing backed-up MySQL databases for Veeam Agent backup jobs.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credentials |
Specifies the MySQL credentials that Veeam Agent will use to connect to the MySQL Server.
Accepts the |
|
False |
Named |
False |
|
PasswordFilePath |
Specifies the absolute path for the password file. Veeam Agent will use this password file to connect to the MySQL Server.
Default: Note:
|
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
This cmdlet returns the VBRMySQLProcessingOptions object that contains settings for processing backed-up MySQL databases.
Examples
Example 1. Defining Settings for Processing Backed-up MySQL Database Using Credentials
|
This example shows how to define settings for processing backed-up MySQL databases using credentials.
Perform the following steps:
|
Example 2. Defining Settings for Processing Backed-up MySQL Database Using Password File
|
This command defines settings for processing backed-up MySQL databases using the absolute path for the password file.
|
Related Commands
Get-VBRCredentialsReturns credentials records.