From owner-freebsd-www Wed Jun 24 13:53:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA26146 for www-outgoing; Wed, 24 Jun 1998 13:53:00 -0700 (PDT) (envelope-from owner-freebsd-www) Received: from gvr.gvr.org (guido@gvr.gvr.org [194.151.74.97]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25956 for ; Wed, 24 Jun 1998 13:52:15 -0700 (PDT) (envelope-from guido@gvr.org) Received: (from guido@localhost) by gvr.gvr.org (8.8.8/8.8.5) id WAA02419 for www@freebsd.org; Wed, 24 Jun 1998 22:51:48 +0200 (MET DST) From: Guido van Rooij Message-Id: <199806242051.WAA02419@gvr.gvr.org> Subject: mirroring To: www@FreeBSD.ORG Date: Wed, 24 Jun 1998 22:51:48 +0200 (MET DST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I just discovered that the ducth mirror site no longer is up to date. Somehow there must have gone something wrong with the error script. Anyway, I used to mirror the stuff with: rsync --client -avz --exclude '*.tar.gz' www.freebsd.org:www $HOME/data However, rsync was replaced by another version on that system. It no longer (or not yet!?) supports the --client option. Now, what is the correct way to mirror the www tree? -Guido