compared with
Current by Randy Bowie
on Oct 09, 2017 20:28.

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

Changes (11)

View Page History
*To configure an APT repository*:
# Modify the {{/etc/apt/sources.list}} to include the R1Soft repository, and then download the R1Soft {{apt gpg}} key using a command similar to the following:
{code}echo deb http://repo.r1soft.com/apt stable main >> /etc/apt/sources.list
{code}echo "deb http://repo.r1soft.com/apt stable main" >> /etc/apt/sources.list
wget http://repo.r1soft.com/r1soft.asc

h3. Install Server Backup Linux device driver

Server Backup Device Driver is a proprietary, loadable Linux kernel module distributed by R1Soft. It is loadable at run-time without restarting Linux, and you do *not* need to recompile your Linux kernel to use it. R1Soft does not provide pre-built modules for the popular kernels, so you must compile the module from source.

The Server Backup Agent will attempt to install the Linux kernel module automatically on startup so the following only applies if that fails.
{note:title=Notice}You need to have loadable modules enabled as a feature in your kernel. This is an advanced feature on all popular Linux distributions.
{note}
Use '/etc/init.d/cdp-agent restart' to load the new driver{code}

h4. 4. h3. Build the Server Backup kernel module offline (without direct Internet connection to R1Soft build server)


h4.

If there is no direct Internet connection between your Server Backup Manager and R1Soft build server, it is still possible to compile the kernel module. In this case:
# Create tarball file with the kernel headers.  {code} serverbackup-setup -
# Copy this tarball file from the server to some other computer which has an Internet connection to R1Soft build server.
# From this computer, upload the tarball to the R1Soft build server, and then wait for the compilation to finish.
After it is complete, you will need to copy the module to /lib/modules/r1soft{code}

h4. 5. Last steps
h4.

* Copy the generated {{tar.gz}} file to a computer with Internet access.
* Go to [https://krnlbld.r1soft.com/] and upload the {{.tar.gz}} file to build a kernel module.
* After the build, download a kernel module.
* Copy this module to your Linux Server and place in the folder {{/lib/modules/r1soft}}.
* Restart the Backup Agent ({{/etc/init.d/cdp-agent restart}}).



{excerpt:hidden=true}Instructions on how to install the Backup Agent on Debian and Ubuntu.{excerpt}