From f7b6a7a532b49e17b3ed7cd5aae8699b54d8a2e6 Mon Sep 17 00:00:00 2001 From: Gavin Atkinson Date: Sat, 17 May 2014 16:47:43 +0000 Subject: [PATCH] Remove another reference to CVSup, replace with a pointer to rsync. --- en_US.ISO8859-1/htdocs/internal/mirror.xml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/en_US.ISO8859-1/htdocs/internal/mirror.xml b/en_US.ISO8859-1/htdocs/internal/mirror.xml index cc7c46646d..9d917bf490 100644 --- a/en_US.ISO8859-1/htdocs/internal/mirror.xml +++ b/en_US.ISO8859-1/htdocs/internal/mirror.xml @@ -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