full backup started for directory d:
Connected to 192.168.2.149:873, remote version 29
Negotiated protocol version 28
Got response: fedfe0ba3e58d6518318930f82009ee4
Auth: got challenge: QTV8btpvCuhXzGHGHK5QoQ, reply: backuppc
/t/guj5Y1lGDGJMPggCe5A
Error connecting to module d: at 192.168.2.149:873: auth failed on module d:
Got fatal error during xfer (auth failed on module d:)
Backup aborted (auth failed on module d:)
It seems that authentication is not working.
My client .pl file is
-----------------
$Conf{RsyncClientCmd} = '$sshPath -q -x -l Administrator $host
$rsyncPath $argList+';
$Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l Administrator $host
$rsyncPath $argList+';
$Conf{BackupFilesExclude} = {
'*' => []
};
$Conf{BackupFilesOnly} = {
'*' => [
'd:/disk'
]
};
$Conf{RsyncArgs} = [
'--numeric-ids',
'--perms',
'--owner',
'--group',
'-D',
'--links',
'--hard-links',
'--times',
'--block-size=2048',
'--recursive'
];
$Conf{RsyncCsumCacheVerifyProb} = '0.01';
$Conf{RsyncRestoreArgs} = [
'--numeric-ids',
'--perms',
'--owner',
'--group',
'-D',
'--links',
'--hard-links',
'--times',
'--block-size=2048',
'--relative',
'--ignore-times',
'--recursive'
];
$Conf{RsyncShareName} = [
'd:'
];
$Conf{RsyncdAuthRequired} = 1;
$Conf{RsyncdUserName} = 'backuppc';
$Conf{RsyncdPasswd} = 'redhat';
$Conf{XferMethod} = 'rsyncd';
$Conf{RsyncdClientPort} = 873;
$Conf{XferLogLevel} = 2;
-------------------
rsyncd.conf at windows user.
uid = nobody
gid = nobody
use chroot = no
max connections = 4
syslog facility = local5
pid file = /var/run/rsyncd.pid
[d:]
path = /cygdrive/d
comment = d driver
auth users = backuppc, admin
secrets file = /etc/rsyncd.secrets
-------------------
/etc/rsyncd.secrets on windows user.
admin:redhat
backuppc:redhat
--
Nilesh Vaghela
ElectroMech
Redhat Channel Partner and Training Partner
74, Nalanda Complex, Satellite Rd, Ahmedabad
25, The Emperor, Fatehgunj, Baroda.
www.electromech.info
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/