U.M. Linux
2
The Online Backup Service also includes a Management Console, which can be accessed
through an Internet browser. It has several functions:
Change user settings (e.g. password).
Overview of your backups through logs and reports.
3. Setup
3.1 Software installation
Currently there is no package available for Linux. Setup of the Online Backup Client is
performed using the following instructions:
Copy the Online Backup Client archive (OnlineBackupClient-4.0.X.x.tar.gz) to your system
and place it in your $HOME directory.
create a new directory:
mkdir $HOME/OnlineBackupClient
change to this directory and extract the archive:
cd $HOME/OnlineBackupClient
tar xzf $HOME/OnlineBackupClient-4.0.X.x.x.tar.gz
This will create the two following folders:
Server/
This folder contains the Online Backup Service component.
Client/
This folder contains the user-interface application for the Online
Backup Client.
CommandLine
This folder contains the CommandLine client part of the Backup Client.
Start the Online Backup Service:
cd $HOME/OnlineBackupClient/Server