Behaviour of server over SSH

2004-03-21 Thread Paul Galbraith
I was trying to configure a remote system to be backed up with Rsync, but I'm wondering if I misunderstand the way the rsync is designed to run in server mode over ssh. I set up a rsync server on the host to be backed up, running out of inetd. I can connect locally from the server and things

Odd behavior with rsync/ssh/--delete

2004-03-21 Thread Peter Wargo
I've just about googled my brains out over this one, and banged heads with several other SA buddies. I have a nightly rsync of a DMZ system (Solaris 8 SPARC[1]) to an internal system (RedHat ES 3.0 [2]). The internal system runs a cron job and pulls changes off of the DMZ system via ssh. (To

Re: Rsync killed my server

2004-03-21 Thread Jim Salter
Threw a mental is extremely unhelpful. What was it writing to the logfile? Jason Ferguson wrote: I have the following as a line in a script kicked off from cron: sudo rsync -e ssh -avz /Times_QPS/ 192.168.22.72:/Times_QPS/ --eahfs It logs the output to a log file, however rsync caused the

Re: Rsync killed my server

2004-03-21 Thread Kevin Alexander Boyd
What message was sent to the log? If you are using a version of rsync that uses the '--eahfs' flag, then it should not matter if files are moved or removed during a sync. Kevin Boyd OS X Deployment Coordinator Sys Adm UMIT Contract Services On Mon, 22 Mar 2004, Jason Ferguson wrote: Date:

RE: Rsync killed my server

2004-03-21 Thread Jason Ferguson
Perhaps I should turn logging back on and wait for the error to start again and then post the output. -Original Message- From: Kevin Alexander Boyd [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 5:58 AM To: Jason Ferguson Cc: [EMAIL PROTECTED] Subject: Re: Rsync killed my server