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