Re: rsync newbie

2005-09-13 Thread Wayne Davison
On Tue, Sep 13, 2005 at 02:13:10PM -0600, Scott Miller wrote: > rsync: read error: connection reset by peer As mentioned on the issues and debugging page of the rsync web site: If the remote rsync is a daemon, your first step should be to look at the daemon's log file to see if it logged

Re: rsync newbie

2005-09-13 Thread John Van Essen
On Tue, 13 Sep 2005, Scott Miller <[EMAIL PROTECTED]> wrote: > My problem: I keep getting the following error and can't find much > info on it, or how to fix it: > > rsync: read error: connection reset by peer > rsync error: error in rsync protocol data stream (code 12) at io.c(177) > > I've

rsync newbie

2005-09-13 Thread Scott Miller
I am attempting to set up a "backup server" using rsync - it will store the backups from my 5 other servers and initiate the rsync process to pull the information over to itself.  From there, it will all be going to tape.   I've read just about everything I could the past few weeks, and feel

Re: ssh->rsync->newbie

2001-10-18 Thread peter lindsay
gt; Sent: Wednesday, October 17, 2001 10:47 PM Subject: Re: ssh->rsync->newbie > On Wed, Oct 17, 2001 at 10:51:12AM +0100, peter lindsay wrote: > > Hi, > > > > I have two linux/apache servers running rsync and ssh. > > I can manually ( i.e. command line ) rsync

Re: ssh->rsync->newbie

2001-10-17 Thread Dave Dykstra
On Wed, Oct 17, 2001 at 10:51:12AM +0100, peter lindsay wrote: > Hi, > > I have two linux/apache servers running rsync and ssh. > I can manually ( i.e. command line ) rsync between the servers with no > difficulty - other than being required to enter a password before the rsync > initiates. > >

ssh->rsync->newbie

2001-10-17 Thread peter lindsay
ions gratefully received, Thanks, Pete Lindsay - Original Message - From: "Dave Dykstra" <[EMAIL PROTECTED]> To: "David Dahl" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 16, 2001 3:02 PM Subject: Re: ssh->rsync->newbie >

Re: ssh->rsync->newbie

2001-10-16 Thread Dave Dykstra
t I've tried > this a few times and can't get it to work. > > I suspect that when my ssh was compiled, an option was left out. > > Anyway, > > good luck, > > Pete Lindsay > > > - Original Message - > From: "David Dahl" <

Re: ssh->rsync->newbie

2001-10-16 Thread peter lindsay
ft out. Anyway, good luck, Pete Lindsay - Original Message - From: "David Dahl" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 13, 2001 7:50 PM Subject: ssh->rsync->newbie > warning: rsync/sysadmin newbie question... > > I want to

ssh->rsync->newbie

2001-10-13 Thread David Dahl
Title: ssh->rsync->newbie warning: rsync/sysadmin newbie question... I want to sync the web directory from my production server to my backup server (through ssh).  rsync is working fine, except that it doesn't seem to authenticate my rsync user which is not a system user.  If  I run

Re: rsync newbie problem

2001-04-25 Thread Pierre Abbat
On Wed, 25 Apr 2001, Bob Foster wrote: >Hello, > >I'm trying to set up an rsync that will run without operator intervention. > I have the daemon running on the receiving server and here is the module: > >[test] >path = /web/test >comment = test >uid = siteadm >gid = web >read only = no >list = ye

rsync newbie problem

2001-04-25 Thread Bob Foster
Hello, I'm trying to set up an rsync that will run without operator intervention. I have the daemon running on the receiving server and here is the module: [test] path = /web/test comment = test uid = siteadm gid = web read only = no list = yes auth users = siteadm secrets file = /etc/rsyncd.s