Regular filesystem
In this section, we'll show you how to set up a file system (it can be a local or remote file system, but this example assumes that you have a dedicated disk which you're going to use as a backup destination with a local XFS file system)
Note:
Any remote FS like NFS, SMB, etc. - needs to be mounted by the user, and the
vprotect
user/group must own the directories within the backup destination. vProtect expects an already mounted file system and mount point in the backup destination.You should add this file system to your
/etc/fstab
file on the node, so that it gets mounted automatically if the OS is rebooted.Consider using the same file system for the staging and backup destination (this boosts storage tasks, as no data needs to be copied again) - in such a scenario, the only difference would be that the presented
/backupdestination
mount point becomes a subdirectory of the staging space (usually/vprotect_data/backups
) .
Preparation
Log in to vProtect Node and create the mount directory as in the example
/backupdestination
List all existing disks and find your drive:
Prepare a filesystem on it:
Add permission for the vprotect user to access the directory
/backupdestination
we assume here that you use a separate file system than your staging space
as an alternative you also can point vProtect to use a subdirectory on the same file system as your staging space, i.e.
/vprotect_data/backups
(which you probably don't have to initialize at this point, as you may have already prepared it in the Staging space configuration, and you can just jump to the Web UI part in the next steps).
Add this line to the
/etc/fstab
file to automatically mount new the filesystem after reboot:or if you want store backups on NFS share then it will look like this (where 10.50.1.28 is your host):
Check if the fstab entry is OK and mount the filesystem:
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 storage destination:
In Storage paths type
/backupdestination
- this path will be used to mount the prepared file system (XFS) on top of the VDO volume.
If the staging space needs to be the same as your backup storage destination:
In Storage paths type
/vprotect_data/backups
, where you point to a subdirectory (i.e.backups
on your staging space path, i.e./vprotect_data).
Save the configuration.
Last updated