Staging space configuration
General
vProtect node needs staging space available in /vprotect_data
by default. It is common to use PowerProtect DD for both the staging and backup destination. This will result in instant "store" processing, without the need to copy data from the staging space to the backup destinations. It is common to just attach an empty drive and mount it.
When using separate storage (usually local disks) for the staging space, please consider its requirements. Staging space size depends on the number and size of simultaneous backups - as a rule of a thumb make it approximately equal to the number of expected simultaneous backup threads multiplied by the size of your biggest VM.
In any case - make sure the staging space is always mounted in the /vprotect_data
folder, and that the vprotect user is able to have full permissions to this file system.
Example - Local filesystem
You also can use a plain file system for staging space (and optionally for backup destination). Here are steps assuming you have a local (physical or virtual) disk.
List all existing disks, and find your dedicated disk (let's say -
/dev/sdc
):If you have a new clean disk prepare a filesystem on it:
Test mount your existing filesystem in the created directory:
Set ownership to
vprotect
user on directory/vprotect_data
:Add a line to
/etc/fstab
file, to automatically mount new filesystem after reboot:Mount
Confirm with
df
that your/vprotect_data
is mountedRestart your
vprotect-node
service:
Last updated