This post showcases the procedure on how to manually back up the data for the UC application. Let's see it below.
In the case of a Windows server
Path
Original path: D:\Program Files\eSpace_UC\eSpace_UC_Server
Backup path: D:\Backup file\installation file
Backup method
Compress the eSpace_UC_Server directory into a .zip package and copy the package to the backup path.
In the case of a Linux server
Path
Original path: /opt/eSpace_UC/eSpace_UC_Server/Server/
Backup path: /home/installationfile
Backup method
Compress the Server directory into a .zip package and copy the package to the backup path.
Log in to the server where the UC application data will be backed up as the root user and run the following command:
tar -cvf /home/installationfile/installationfile.tar.gz /opt/eSpace_UC/eSpace_UC_Server/Server/*