BackupPC-users

[BackupPC-users] problems with rsync

2008-06-17 03:27:19
Subject: [BackupPC-users] problems with rsync
From: "Benedict simon" <simon AT kmun.gov DOT kw>
To: backuppc-users AT lists.sourceforge DOT net
Date: Tue, 17 Jun 2008 10:48:26 +0300 (AST)
Dear All,

i hva backup PC installed n smb for windows backup workin fine

now i wanna back up centos cleints using rsync

i have configured ssh and im succesfully able to run the command from my
backup server to the client machine.

ssh -l root clientpc whoami

and it returns me root
also i can loginto the client machine withot password

so my ssh configuration is perfect for Backup pc

also my host.pl file for the client is

$Conf{RsyncShareName} = [
  'home'
];
$Conf{XferMethod} = 'rsync';
$Conf{EMailAdminUserName} = 'backuppc';
$Conf{EMailFromUserName} = 'backuppc';
$Conf{EMailUserDestDomain} = 'kmun.gov.kw';

now when i go to the web interface n try to do a backup it doesent do
backup but gives me the following error in my error log
2008-06-17 10:17:59 User backupadmin requested backup of kmdns2 (kmdns2)
2008-06-17 10:18:00 Started full backup on kmdns2 (pid=28313, share=/home)
2008-06-17 10:18:06 Backup failed on kmdns2 (Unable to read 4 bytes)
--


my last bad xtransfer error log is


full backup started for directory /home
Running: /usr/bin/ssh -q -x -l root kmdns2 /usr/bin/rsync --server
--sender --numeric-ids --perms --owner --group -D --links --hard-links
--times --block-size=2048 --recursive --ignore-times . /home/
Xfer PIDs are now 28316
Read EOF: Connection reset by peer
Tried again: got 0 bytes
Done: 0 files, 0 bytes
Got fatal error during xfer (Unable to read 4 bytes)
Backup aborted (Unable to read 4 bytes)
Not saving this as a partial backup since it has fewer files than the
prior one (got 0 and 0 files versus 0)


i can ping the client with hostname that is kmdns2

apprecite your help


regards

simon








-- 
Network ADMIN
-------------
KUWAIT MUNICIPALITY:


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
<Prev in Thread] Current Thread [Next in Thread>