New-VBRLinuxSelectedVolume
Short Description
Defines the scope of volumes for Veeam Agent backup jobs that back up Linux machines.
Applies to
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
New-VBRLinuxSelectedVolume -Type {Device | MountPoint | LVM | BTRFS} -Path <string> [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBRLinuxSelectedVolume object that specifies the scope of volumes for Agent Backup jobs that back up Linux machines.
Parameters
Parameter | Description | Required | Position | Accept |
---|---|---|---|---|
Type | Specifies the type of the volume that you want to back up. You can select the following type of volumes:
| True | Named | False |
Path | Specifies the path to the volume that you want to include in the backup scope. | True | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Return Type
Example
This command creates the backup scope that includes all volumes on a computer disk.
New-VBRLinuxSelectedVolume -Type Device -Path "/dev/sda" |