Re: rsync error help required

2006-01-24 Thread gg gg234
Hi,

 Most of the rsync users love to have web interface or GUI list to rsync resources list.It is very useful and nice to have this. 
http://www.debianhelp.co.uk/rsyncweb.htm 

Hope who is responsible for this they will add this one
Thanks
On 05/01/06, John Van Essen [EMAIL PROTECTED] wrote:
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 for it and fix it. John
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

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: protocol incompatibility (code 2) at compat.c(64)

I really need to fix this and i seaced on the net and this is shell problem on remote machine and i don't know which file and where to look i am running as root with bash shell.

Thanks for your help
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

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 options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

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 am trying to copy this key file to destination machine using 
ssh-copy-id -i ~/.ssh/id_rsa.pub [EMAIL PROTECTED] ipthis time i am getting the following error# ssh-copy-id -i ~/.ssh/id_rsa.pub [EMAIL PROTECTED] ip21Password:bash: line 1: .ssh/authorized_keys: Permission denied
I have changed the permissions of id_rsa.pub file to 770 and in remote machine i have changed the authorized_keys file permissions to 770 but still i am getting same error.This is happening whenever i try to copy using the user name and when i try to copy using root it is working 
fine.I tried to change the permissions of .ssh folder to 770but still the same problem.Thanks for your help
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

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 \
 [EMAIL PROTECTED]:/home/backup/thismachine/

when i try to use shell script for this

#! /bin/bash


/usr/bin/rsync --compress \ --verbose \ --rsh=ssh \ --times \ --owner \ --group \ --ignore-times \ --links \
 --perms \ --recursive \ --size-only \ --delete \ --force \ --numeric-ids \ --stats \ /etc \
 [EMAIL PROTECTED]:/home/backup/thismachine/


I am getting the following error

ssh: connect to hostx.x.x.x port 22: No route to hostrsync: connection unexpectedly closed (0 bytes received so far) [sender]rsync error: error in rsync protocol data stream (code 12) at io.c(420)

this is related to ssh i believe.But when i try to use from the command prompt it is working without any problem through ssh

Please some one help me how to fix this error in shell script.Because i want to schedule this from cron

Thanks for your time



-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

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] rsync error: error in rsync protocol data stream (code 12) at io.c(420) this is related to ssh i believe.But when i try to use from the command
 prompt it is working without any problem through sshPerhaps you have some host-specific options in ~/.ssh/config that aren'tpicked up when running from cron?Or there's some hidden character after one of the backslashes, or
something like that... Try putting it all on one line in the script.Paul Slootman
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

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 PROTECTED]:/home/backup/thismachine/

I am using the above commnd to take backups and i need to take a only incremental backups Which option i have to useand how to specify in source machine and target machine.
I think i have to use --backup-dir=DIR option or anything else.
PLease help me how to take only incremental backups daily.

thanks for your help

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html