Remove another reference to CVSup, replace with a pointer to rsync.
This commit is contained in:
parent
ed825e404e
commit
f7b6a7a532
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44854
1 changed files with 4 additions and 12 deletions
|
@ -16,27 +16,19 @@
|
|||
<p>It is possible to mirror the FreeBSD web pages
|
||||
<tt>www.FreeBSD.org</tt>.
|
||||
|
||||
This can be done using a program called <em>csup</em>.
|
||||
This can be done using a program called <em>rsync</em>.
|
||||
|
||||
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.</p>
|
||||
|
||||
<h2>Running csup</h2>
|
||||
<h2>Running rsync</h2>
|
||||
|
||||
<p>If you keep your mirrored FreeBSD web pages in the directory
|
||||
<tt>/usr/FreeBSD-mirror</tt> and are owned by the user `fred', then
|
||||
run the following command as user `fred':</p>
|
||||
|
||||
<pre>
|
||||
$ csup supfile-www
|
||||
</pre>
|
||||
|
||||
The file <tt>supfile-www</tt> contain:
|
||||
<pre>
|
||||
*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/
|
||||
</pre>
|
||||
|
||||
<p>This will mirror the FreeBSD web pages into
|
||||
|
|
Loading…
Reference in a new issue