| Installation Guide - OBM - Linux |
|
|
|
|
Online Backup Manager - obm-linux.tar.gz
|
|
Download the setup file (obm-linux.tar.gz) above and run it
Set the OBM_HOME environment variable (directory to where Online Backup Manager is to be installed)
export OBM_HOME=/usr/local/obm
Unpack the install file to OBM_HOME
mkdir $OBM_HOME
tar -x -C $OBM_HOME -zvf obm-linux.tar.gz
Set the DISPLAY environment variables
export DISPLAY=IP_ADDRESS_OF_XTERMINAL[:0.0]
For example
export DISPLAY=:0.0
or export DISPLAY=127.0.0.1
or export DISPLAY=127.0.0.1:0.0
or export DISPLAY=192.168.0.2
or export DISPLAY=192.168.0.2:0.0
Run Online Backup Manager
sh $OBM_HOME/bin/BackupManager.sh &
(optional) Enter the backup server host name in the [Address] field and press the [Next] button.
If you don't have a backup account, select [Trial Registration] and press the [Next] button.
If you have a backup account already, select [User Logon] and logon to the server with your existing username and password.
If this is the first time you logon to the server, you will be guided to setup a backup set
To run a backup immediately, select your backup set from the left panel and press the [Start Backup] button above. Select [Off-site Backup Server] and press the [OK] button.
Select the backup set to run and press the [Start Backup] button
If you want scheduled backup to run automatically, you must start the backup scheduler by
nohup sh $OBM_HOME/bin/Scheduler.sh > /dev/null
All backup sets will now be run at their scheduled times automatically.
(Optional) Start backup scheduler on machine startup
OBM_HOME=/usr/local/obm; export OBM_HOME
su -c 'nohup sh $OBM_HOME/bin/Scheduler.sh > /dev/null'
Setup completed.
|
|
Download the setup file (obm-linux.tar.gz) above and run it
Set the OBM_HOME environment variable (directory to where Online Backup Manager is to be installed)
OBM_HOME=/usr/local/obm; export OBM_HOME
Unpack the install file to OBM_HOME
mkdir $OBM_HOME
tar -x -C $OBM_HOME -zvf obm-linux.tar.gz
Adding, updating and removing a backup set
sh $OBM_HOME/bin/Configurator.sh
Login Name: userXXX
Password: *******************
Backup Server URL: xxx.yyy.com
Which Protocol ? (1) Http (2) Https : 1
Use proxy ? (Y)es or (N)o : Y
Proxy Type ? (1) Http/Https Proxy (2) SOCKS : 1
Enter proxy server : aaa.bbb.com
Enter proxy port : xxx
Enter proxy username (optional) : administrator
Enter proxy password (optional) : *******************
Important: You cannot change these parameters once they are set
Found new backup set 'xxx'
Please enter the following values for this backup set:
Encrypting Algorithm ?
(1) Twofish (2) AES (3) Triple DES (4) No encryption : 1
Encrypting Key: *******************
Re-Enter Encrypting Key: *******************
Encrypting Mode ? (1) ECB (2) CBC : 1
Run scheduled backup on this computer ? (Y)es or (N)o : Y
Main Menu:
------------
(1). List Backup Setting
(2). Change Password
(3). Change Network Setting
(4). Change run scheduled backup setting
(5). Quit
Your Choice:
sh $OBM_HOME/bin/RunBackupSet.sh [BACKUP_SET]
where [BACKUP_SET] is the name of backup set to be run
nohup sh $OBM_HOME/bin/Scheduler.sh > /dev/null
All backup sets will now be run at their scheduled times automatically.
OBM_HOME=/usr/local/obm; export OBM_HOME
su -c 'nohup sh $OBM_HOME/bin/Scheduler.sh > /dev/null'