--rsh=COMMAND and ssh -o 'options'

2000-12-18 Thread Joe Rice
;BatchMode yes'" --delete /web remotehost:/ FATAL: Connecting to yes' failed: No address associated to the name unexpected EOF in read_timeout any help would be appreciated. Thanks, joe rice

Re: how to ssh in cron

2001-02-12 Thread Joe Rice
The easiest way would be to use the public/private key mechanisms. man ssh-keygen i use rsync -e ssh in cron for most of the things i do with rsync and it works well. joe Jay Moore([EMAIL PROTECTED])@Mon, Feb 12, 2001 at 04:02:45PM +: > How do I call rsync with -e ssh in a shell script run

include exclude help please.

2002-03-19 Thread Joe Rice
hi. I know this is a big topic on the list, please forgive me. rsync -avv --include "/film/jonah/**/sourceimages/*.tif" --exclude "*" /film /tmp i'm trying to copy all *.tif 's that are in a */sourceimages/ directory and that are only under /film/jonah. i would like to copy the directory t

Re: include exclude help please.

2002-03-19 Thread Joe Rice
/,, so to get things starting at > jonah under /film, you name it as '/jonah', like so: > rsync -avv --include "/jonah/**/sourceimages/*.tif" --exclude "*" /film > /tmp > > I still haven't seen The Fellowship of the Ring, but I'

Re: include exclude help please.

2002-03-20 Thread Joe Rice
[EMAIL PROTECTED]([EMAIL PROTECTED])@Tue, Mar 19, 2002 at 12:53:44PM -0700: > My mistake. I never use the patterns in my application, so i forgot one > of the gotchas in the doc. > From rsync.1: > If you end an exclude list with --exclude '*', note that > since the algorithm is

Re: include exclude help please.

2002-03-21 Thread Joe Rice
Dave Dykstra([EMAIL PROTECTED])@Thu, Mar 21, 2002 at 10:17:46AM -0600: > Let me explain Wayne's answer a little further. The main thing you need to > understand is that the exclude algorithm is applied recursively so any time > there's an exclude that matches a directory, rsync will not descend