Quotation Marks
Quotes are punctuation marks used to list permissions, describe commands and provide examples for command-line parameters. In Veeam technical documentation, we use straight double quotes.
Examples
- To create a swap file system on the new volume, run the following command:
|
sudo mkswap /dev/<volume_name> -L "vbaws_swap" |
- The specified IAM role must be granted the following permissions:
|
{ "Version": "2012-10-17", "Statement": [ { "Action": [ "ec2:DescribeAvailabilityZones", "ec2:DescribeVpcs", "ec2:DescribeRegions", "ec2:DescribeAccountAttributes", "ec2:DescribeSubnets", "ec2:DescribeSecurityGroups" ], "Resource": "*", "Effect": "Allow" } ] } |
- The following command-line parameters are used to run the setup file:
|
Parameter |
Required |
Description |
|---|---|---|
|
/uninstall |
No |
Uninstalls the plug-in. Example: ”AWSPlugin_12.8.0.3264.exe /silent /accepteula /acceptlicensingpolicy /acceptthirdpartylicenses /acceptrequiredsoftware /uninstall” |
|
/repair |
No |
Replaces missing files, firewall rules and registry keys. Example: ”AWSPlugin_12.8.0.3264.exe /silent /accepteula /acceptlicensingpolicy /acceptthirdpartylicenses /acceptrequiredsoftware /repair” |