From owner-svn-doc-all@FreeBSD.ORG Sat May 17 16:47:43 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D387C2FC; Sat, 17 May 2014 16:47:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0D9D23B2; Sat, 17 May 2014 16:47:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4HGlhf1032503; Sat, 17 May 2014 16:47:43 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4HGlhiF032502; Sat, 17 May 2014 16:47:43 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201405171647.s4HGlhiF032502@svn.freebsd.org> From: Gavin Atkinson Date: Sat, 17 May 2014 16:47:43 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44854 - head/en_US.ISO8859-1/htdocs/internal X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2014 16:47:43 -0000 Author: gavin Date: Sat May 17 16:47:43 2014 New Revision: 44854 URL: http://svnweb.freebsd.org/changeset/doc/44854 Log: Remove another reference to CVSup, replace with a pointer to rsync. Modified: head/en_US.ISO8859-1/htdocs/internal/mirror.xml Modified: head/en_US.ISO8859-1/htdocs/internal/mirror.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/internal/mirror.xml Sat May 17 16:38:29 2014 (r44853) +++ head/en_US.ISO8859-1/htdocs/internal/mirror.xml Sat May 17 16:47:43 2014 (r44854) @@ -16,27 +16,19 @@

It is possible to mirror the FreeBSD web pages www.FreeBSD.org. -This can be done using a program called csup. +This can be done using a program called rsync. -csup is a software package in the base system for +rsync is a software package in the Ports Collection for distributing and updating collections of files across a network.

-

Running csup

+

Running rsync

If you keep your mirrored FreeBSD web pages in the directory /usr/FreeBSD-mirror and are owned by the user `fred', then run the following command as user `fred':

-     $ csup supfile-www
-
- -The file supfile-www contain: -
-       *default host=cvsup.FreeBSD.org
-       *default prefix=/usr/FreeBSD-mirror
-       *default base=/usr/local/etc/cvsup
-       www release="current" delete use-rel-suffix compress
+     $ rsync -vaHz --delete rsync://bit0.us-west.freebsd.org/FreeBSD-www-data/ /usr/FreeBSD-mirror/
 

This will mirror the FreeBSD web pages into