File Backup
File Backup protects your data at the file or directory level. Select individual files or directories you want to protect.
Prerequisites
Installing DPX Client on a Machine to be Protected
DPX Client is a software agent installed on a Linux or Windows machine to perform backup and restore tasks managed from the DPX Master Server.
Important. Allow all required ports for the Catalogic DPX Client:
TCP: 3260, 6123, 6124, 9104, 9202, 10000, 10001, 10566, and 15660
UDP: 6123 and 6124
To Install DPX Client:
Download the .EXE client-only installer from the Catalogic MySupport website.
Right-click the installation program and select Run as administrator.
Follow the instructions in the installation dialog window, including accepting the Software License Agreement.
In the Add Node to Enterprise step, select Yes, add this node to the Enterprise checkbox to register the client node and thus make it visible in the DPX Master Server. Leave other settings at their default and click Next.
In the Master Server page, specify the Master Server Hostname or IP address. Click Next.
Continue with the installation process. Reboot the machine after installation completes.
Download the .ISO image from the Catalogic MySupport website.
Verify the MD5 checksum value of the ISO image file by comparing it with the value on the product web page:
$ sudo md5sum ~/DPX_r414_linux.isoMount the .ISO image file in the client system and go to this disk image. For example, use the following commands:
$ sudo mkdir /media/dpxclient/ $ sudo mount ~/DPX_r414_linux.iso /media/dpxclient/Run the installation program with root privileges:
$ sudo /media/dpxclient/DPX-4.14.0-linux-installer.bin
The installation program prompts you to read the Software License Agreement; you need to accept the license to continue.
Follow the instructions to set up the configurations:
Product directory to install the DPX Client application (default:
/opt/DPX/)DPX virtualization proxy server for VMware. Enter
Yif you are using DPX on the VMware environment and want to install this proxy server program on the client machine. (default: Do not install the proxy server.)Logical node name (default: the hostname of the client system)
Host name or the IPv4 address of the client node (default: the IPv4 address of the client system)
Group name. Leave default:
DefaultGroupRegistering this client node with the DPX Master Server: answer 1 for Yes (Default: Yes), then enter the hostname or IP address of the DPX Master Server.
Enable Block Data Protection to create block-level snapshot backups on this client node. (default: Enable)
Complete the installation.
(Optional) Adding DPX Client Node to DPX Master Server
This step is only required when a DPX Client node has not been properly added to the DPX Master Server during the DPX Client installation.
Log in to the DPX Master Server (see Logging in to the DPX Master Server above).
Select Nodes from the sidebar, then click Add Node in the upper right corner of the Nodes tab.

Complete the required fields (*), including:
Type – leave default, i.e. DPX Client
Node name – must be unique within the DPX Master Server
Resolvable hostname or IP address
Group name – leave default or create a new node group.
Click Save. Confirm your node has been added to the list.
Adding a Storage Node
File Backup requires a Disk Directory device as storage. This requires adding the storage device to the DPX Master Server as a DPX Client. For this purpose, we recommend adding the already deployed vStor as a DPX Client node.
Log in to the DPX Master Server (see Logging in to the DPX Master Server).
Select Nodes from the sidebar, then click Add Node in the upper right corner of the Nodes tab.

Complete the required fields (*), including:
Type – leave default, i.e. DPX Client
Node name – must be unique within the DPX Master Server
Resolvable hostname or IP address
Group name – leave default or create a new node group.
Click Save. Your vStor has been added to the list as a DPX Client node.
Creating a Device Cluster, Devices and Media Pool
Device cluster is a grouping of virtual devices used as a storage for file backups.
To create a device cluster:
Select Devices & Pools from the sidebar, then click Add device cluster in the upper right corner of the Devices tab.

Complete the required fields (*), including:
Device cluster type – leave default, i.e. Disk Directory
Automatically create corresponding media pool – keep enabled
Device cluster name – must be unique within the DPX Master Server
Storage Node – select the vStor that has been added as a DPX Client
Directory path – provide the existing path on the storage node. In this scenario, use the vStor volume local path (see Finding Volume Directory).
Devices Configuration – add one device, specifying its name.
Click Save. The device cluster and a corresponding media pool with 100 media have been added.
Running a File Backup
Backups in DPX are handled as jobs. Each job requires a definition, and multiple instances of a job may exist once the job definition is created.
Creating a File Backup Job Definition
Log in to the DPX Master Server.
Select Job Manager from the sidebar, then click New Backup Job in the upper right corner of the Jobs tab.

Complete the required fields, including:
Job name – must be unique within the DPX Master Server
Job type – select File
Sources – click Add Source. Drill down the tree to select the files or directories you want to back up, then click Select.
Base Backup Destination – click Set Destination. Select the device cluster from the dropdown menu and select the corresponding media pool (the name will be the same, with the
mp-prefix). Click Save. The selection will propagate to the remaining destination sections.
Click Save in the lower right corner. You will be prompted to confirm you want to run the job.

Click Yes. You will be redirected to the Job Monitor view filtered by the job’s name, where you can monitor the progress of the job instance. The status will be Running.

Switch on the Auto refresh toggle to follow the progress in real time, or click the job name to view job instance details.
Once the job instance is finished successfully, you will see the Completed status in green. Your file backup is now done.
Last updated