Hi Guys,
I have installed backuppc in my source machine.I need to take backup to a remote machine.I have configured the
files using rsync and when i try to take to copy from source to destination i am getting the following error in Xfr log file
Connected to 172.29.5.130:873, remote version 29
Error connecting to module /home/user/ at 172.29.5.130:873: Unknown module '/home/user/'
Got fatal error during xfer (Unknown module '/home/user/')
Backup aborted (Unknown module '/home/user/')
Remote machine details
172.29.5.130.pl file
#
## Local server backup of /home/user as user backuppc
##
$Conf{XferMethod} = 'rsyncd';
$Conf{TarShareName} = ['/home/user'];
$Conf{RsyncClientCmd} = '/usr/bin/ssh -q -x -l root 172.29.5.130 /usr/bin/rsync --compress --verbose --times --owner --group --ignore-times --links --perms --recursive --size-only --force --numeric-ids --stats . /';
/etc/backuppc/hosts:
172.29.5.130 0 remotepc
I am entering something worng.Please help me with this problem
Thank in advance