[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Internet-Drafts rsync server



> > Did we ever get this feature?
> 
> Yes, and it has mostly worked fine for me. I can think of 2 or 3 times
> over the last 6 months where the server wasn't working, but an email
> to ietf-action would restore it.
> 
> I.e, I run:
> 
> #!/bin/tcsh
> set DIR=/home/ftp/pub/internet-drafts
> chdir $DIR
> rsync -avz --delete optimus.ietf.org::internet-drafts $DIR
> 
Great, that works here too... I just could not find the
server name to contact.

Bert