Re: rsync error help required

2006-01-24 Thread gg gg234
: On Thu, 5 Jan 2006, gg gg234 [EMAIL PROTECTED] wrote: protocol version mismatch -- is your shell clean? (see the rsync man page for an explanation)So...Did you look at the man page?Searching for clean bringsyou to the DIAGNOSTICS section, which explains what the problem is and how to test

rsync error help required

2006-01-05 Thread gg gg234
Hi, I have followed this link to configure rsync with ssh.I did all the suggested things on remote machine.When i try to run rsync from source machine i am getting following error Error protocol version mismatch -- is your shell clean?(see the rsync man page for an explanation)rsync error:

rsync web interface tools site link

2005-12-28 Thread gg gg234
Hi Guys, I have searched many places for rsync web interface and i have found this link very useful and many people asking about webinterface tools this is the link www.debianhelp.co.uk/rsyncweb.htm Really nice tools in one place. Best Regards Sridhar -- To unsubscribe or change

rsync with ssh problem please help me

2005-12-20 Thread gg gg234
Hi,I am planning to create a backup using rsync with ssh.I am running debian linux for this.I am trying to do the new installation of rsync for this i an trying to create a key and i have logged in as back and try to run ssh-keygen -t rsa for creating key and it went well until here after that i

rsync error - error in rsync protocol data stream (code 12) at io.c(420)

2005-12-09 Thread gg gg234
Hi, When i try to run rsync command from command linne it is working fine.Below is the command /usr/bin/rsync --compress \ --verbose \ --rsh=ssh \ --times \ --owner \ --group \ --ignore-times \ --links \ --perms \ --recursive \ --size-only \ --delete \ --force \ --numeric-ids \ --stats \ /etc \

Re: rsync error - error in rsync protocol data stream (code 12) at io.c(420)

2005-12-09 Thread gg gg234
thanks for your reply.I have tried that also but still getting the same error On 09/12/05, Paul Slootman [EMAIL PROTECTED] wrote: On Fri 09 Dec 2005, gg gg234 wrote: ssh: connect to host x.x.x.x port 22: No route to host rsync: connection unexpectedly closed (0 bytes received so far) [sender

incremental backup help required

2005-12-07 Thread gg gg234
Hi, This is my rsync command /usr/bin/rsync --compress \ --verbose \ --rsh=ssh \ --times \ --owner \ --group \ --ignore-times \ --links \ --perms \ --recursive \ --size-only \ --delete \ --force \ --numeric-ids \ --exclude-from=/etc/rsync.exclude \ --stats \ /etc \ [EMAIL