When trying to take a backup you might see the following error in your agent logs:
This issue is fixed in the following hotfix build 6.1.1.304
Offline Link (See offline install guide):
http://repolinux.s3.amazonaws.com/hf/6.1.1/packages-downloader.sh
Online Links:
Instructions:
1. Download the hotfix build repo to your Linux machine
wget
2. Remove old Rapid Recovery Repo file
CentOS/RHEL/Oracle/SLES
rpm -e rapidrecovery-repo
Debian/Ubuntu
dpkg -P rapidrecovery-repo
3. Install new repo file
CentOS/RHEL/Oracle/SLES
rpm -ivh rapidrecovery-repo-6.1.1.304-*.rpm
Debian/Ubuntu
dpkg -i rapidrecovery-repo-6.1.1.304-*.deb
4. Refresh Software Repository
CentOS/RHEL/Oracle
yum clean all
SLES
zypper refresh 'rapidrecovery repository'
Debian/Ubuntu
apt-get update
5. Install new agent
CentOS/RHEL/Oracle
yum install rapidrecovery-agent
SLES
zypper install rapidrecovery-agent
Debian/Ubuntu
apt-get install rapidrecovery-agent
6. Reboot Linux machine