Virtual Data Optimizer (VDO)
In this section, you can find information on how to enable deduplication using basically any block storage available. We assume that you have prepared your storage provider and have exposed the block device to the system where vProtect Node is installed.
Preparation
Log in to vProtect Node and create a mount directory as in the example
/backupdestination
List all existing disks, and find your drive:
Let's assume
/dev/sdc
is your empty block device that you want to use.Log in to the vProtect web UI.
Go to Backup Destinations.
Click on Create Backup Destination, choose File system.
Type the name for the new backup destination, set the retention and select at least one node configuration.
Usually, you have to decide if your backup destination is a separate entity than the staging space.
If the staging space is different than your backup destination storage:
In Storage paths type
/backupdestination
- this path will be used to mount the prepared file system (XFS) on top of the VDO volume.Check Enable deduplication.
Provide your block device (i.e.
/dev/sdc
) as your Deduplication device.
If the staging space needs to be the same as your backup destination storage:
In Storage paths type
/vprotect_data/backups
- this path assumes that/vprotect_data
is your staging space path andbackups
is a subdirectory of the staging space.Check Enable deduplication.
Provide your block device (i.e.
/dev/sdc
) as your Deduplication device.Enable Mount deduplicated file system to a different directory than backup destination path and provide the mount point - your staging space path, i.e.
/vprotect_data
- this will force vProtect to mount XFS on top of VDO in the staging space directory rather than in the backup subdirectory.
Note: Only one file system backup destination with deduplication using VDO pointing to a specific directory can be used.
If you want to add another backup destination using the same VDO device, but just a different subdirectory, create it without deduplication enabled.
Save the configuration.
Last updated