To install R1Soft Agent on CentOS, create a file
vi /etc/yum.repos.d/r1soft.repo
Add
[r1soft] name=R1Soft Repository Server baseurl=http://repo.r1soft.com/yum/stable/$basearch/ enabled=1 gpgcheck=0
Now you can install Agent with command
yum install serverbackup-enterprise-agent -y
You can stop/start agent with command
service cdp-agent stop service cdp-agent start service cdp-agent status
Once installed, verify connectivity with command
serverbackup-setup --test-connection
See r1soft
Leave a Reply