compared with
Version 3 by Nathan McCoy
on Mar 31, 2017 16:53.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (27)

View Page History
The Advanced Packaging Tool, or *APT*, is used to handle the retrieval, configuration, and installation of software packages and the removal of software on Debian GNU/Linux distributions. Configure an *APT repository* to manage installations of and [upgrades|Upgrade Server Backup Manager for Linux] to Server Backup Manager.

First, modify your {{/etc/apt/sources.list}} to include the R1Soft repository, and then download the R1Soft {{apt gpg}} key.

{code}
{code}echo echo deb http://repo.r1soft.com/apt stable main >> /etc/apt/sources.list
wget http://repo.r1soft.com/r1soft.asc
apt-key add r1soft.asc{code}
{code}
Then, download the R1Soft {{apt gpg}} key.

!echo1.png|border=1!
{code}apt-key add r1soft.asc
{code}

When the repository is configured, run {{apt-get update}} to download the information about the packages in the new repository:

{code}apt-get update{code}

!apt-get-update2.png|border=1!
When the repository is configured, run apt-get update to download the information about the packages in the new repository:
{code}
apt-get update{code}

h4. 1.2 Install the package
{code}apt-get install serverbackup-enterprise{code}

!apt-get-install-ent_5.2.0.png!

2. Once the installation is complete, you can use the help command to list all available options:

{code}serverbackup-setup --help{code}

!serverbackup-setup-help_5.2.0.png!

----
h3. 2. Install Server Backup Manager manually using DPKG
/usr/bin/unzip{code}

!which-unzip2.png|border=1!

If it returns nothing, you need to install the *unzip* utility first.

{code}apt-get install unzip{code}

!apt-get-install-unzip1.png|border=1!

h4. 2.3 Extract the ZIP file

{code}unzip ServerBackup-Enterprise-linux64.zip{code}

!unzip-ent_linux64_5.2.0.png!

h4. 2.4 Install the packages using dpkg


{code}dpkg -i *.deb{code}
{info:title=Note}
!dpkg2_5.2.0.png!

{info:title=Note}The installed files are located in the {{/usr/sbin/r1soft}} directory. The Manager startup script is {{/etc/init.d/cdp-server}}.
{info}

{info:title=Note}You do not need to install the kernel module on the server. {info}

----

{code}Server username and password set
The Idera Server Backup Manager must be restarted for these changes to take effect
Use '/etc/init.d/cdp-server restart' to restart.{code}

!setup-user1.png|border=1!

2. *Configure ports*, if necessary.

{code}serverbackup-setup --http-port 8080 --https-port 8443{code}

!setup-port1.png|border=1!

3. *Start the Web interface* (Server Backup Manager):

{code}/etc/init.d/cdp-server restart{code}
{info:title=Note}
!cdp-restart1.png|border=1!

{info:title=Note}You may need to change the firewall rules, depending on where you are connecting to the Web Interface from.
{info}

You should now be able to connect to the Server Backup Manager Web interface using Firefox or Internet Explorer. a web browser.

----