Selecting disks/volumes

A disk-level backup contains a copy of a disk or a volume in a packaged form. You can recover individual disks, volumes, or files from a disk-level backup. A backup of an entire machine is a backup of all its non-removable disks.

Disks connected via the iSCSI protocol to a physical machine can also be backed up though there are limitations if you use Agent for VMware or Agent for Hyper-V for backing up the iSCSI-connected disks.

There are two ways of selecting disks/volumes: directly on each machine or by using policy rules. You can exclude files from a disk backup by setting the file filters.

Direct selection

Direct selection is available only for physical machines.

  1. In What to back up, select Disks/volumes.
  2. Click Items to back up.
  3. In Select items for backup, select Directly.
  4. For each of the machines included in the protection plan, select the check boxes next to the disks or volumes to back up.
  5. Click Done.

Using policy rules

  1. In What to back up, select Disks/volumes.
  2. Click Items to back up.
  3. In Select items for backup, select Using policy rules.
  4. Select any of the predefined rules, type your own rules, or combine both.

    The policy rules will be applied to all of the machines included in the protection plan. If no data meeting at least one of the rules is found on a machine when the backup starts, the backup will fail on that machine.

  5. Click Done.

Rules for Windows, Linux, and macOS

Rules for Windows

Rules for Linux

To select other basic volumes, specify /dev/xdyN, where:

To select a logical volume, specify its path as it appears after running the ls /dev/mapper command under the root account. For example:

[root@localhost ~]# ls /dev/mapper/
control vg_1-lv1 vg_1-lv2

This output shows two logical volumes, lv1 and lv2, that belong to the volume group vg_1. To back up these volumes, enter:

/dev/mapper/vg_1-lv1
/dev/mapper/vg-l-lv2

Rules for macOS