Re: Rsync and "ignore nonreadable" and timeout

2002-10-22 Thread L. Cranswick
Thanks - this does the job. Am possibly too fixated on Apache setups? Lachlan. > > All parameters are in parameter/value pairs, joined by '=' characters. > This is important even for apparent simple assertions, as there is only > one name for each parameter... i.e. there is no "do not igno

Send Password with RSYNC_PASSWORD ore --password-file

2002-05-04 Thread L. Cranswick
The page at the following address gives some examples of this: http://www.ccp14.ac.uk/ccp14admin/rsync/index.html#client I think this is what you are after. Mainly using the (csh example) the following in the script file you are using: setenv RSYNC_PASSWORD plaintextpassword (better ways

RSYNC: Any Idiots guides out there

2001-11-14 Thread L. Cranswick
There is a rather rambling tutorial at: http://www.ccp14.ac.uk/ccp14admin/rsync/ (this does not have ssh tunnelling in there) Though for the following - if the files are owned by root - root will be the only one able to rsync them across? Maybe creating a special account with some extra file

Re: Rsync: Re: password prompts (fwd)

2001-04-07 Thread L. Cranswick
> > > Indeed, the biggest reason to use an external ssh program is that it > > makes security updates *someone else's* problem -- ideally someone who > > cares and/or is good at it. ("Put all your eggs in one basket and > > *watch that basket*" :-) Seriously, when an ssh bug comes up (and more >

Re: Rsync: Re: password prompts

2001-04-07 Thread L. Cranswick
> Thanks for the response! I haven't tried it yet, but does ssh with a > passphrase address your concern? If somebody steals your private key > can it be used without the passphrase? (Sorry for previous Emails dated 1991 - have to do this to run an old freeware DOS scientific analysis program

Re: Rsync: ssh inside rsync update? (fwd)

2001-03-21 Thread L. Cranswick
> On Tue, Mar 20, 2001 at 09:06:03PM -0800, Lachlan Cranswick wrote: > > Not sure if this was answered in the recent flurry of postings but > > what is the status on putting a cut-down version of ssh inside > > rsync to allow an "easy" encryption option? > > I don't recall anybody suggesting tha

Rsync - NT Deamon pages

2000-12-01 Thread L. Cranswick
In theory, the following should be in the mail archive - but relating to a previous post - (I use UNIX for the main rsync server so have to experience on how workable this is) [Rsync for Win NT running in Deamon Mode - 1] http://www.ccp14.ac.uk/ccp14admin/rsync/index.html#winntdeamon1 [Rsync

Re: Builtin encryption support in rsync

2000-10-27 Thread L. Cranswick
>> I honestly don't think it's worth it. Anyone who can compile can >> compile (and install) ssh. > >Possibly it is not worthwhile after all -- I always knew it would be >worse than SSL but the idea of completely cutting out the transport >problems was tempting. > >If it turns out that there ar