Date: Mon, 20 May 2002 02:20:05 -0700 (PDT) From: Szilveszter Adam <sziszi@bsd.hu> To: freebsd-doc@FreeBSD.org Subject: docs/33354: no rsync section in mirror chapter of the FreeBSD handbook Message-ID: <200205200920.g4K9K5d44534@freefall.freebsd.org>
index | next in thread | raw e-mail
The following reply was made to PR docs/33354; it has been noted by GNATS.
From: Szilveszter Adam <sziszi@bsd.hu>
To: freebsd-gnats-submit@freebsd.org
Cc:
Subject: docs/33354: no rsync section in mirror chapter of the FreeBSD handbook
Date: Mon, 20 May 2002 11:14:02 +0200
--oyUTqETQ0mS9luUI
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
See the attached patch and please comment.
Couple of questions:
- Do we want to get fancy with the description of the use of the rsync
suite? It is primarily useful for mirror operators, all others had
better use cvsup anyway...
- Do we want to include ftp-master into the list? Just like
cvsup-master, this server is not for public consumption.
--
Regards:
Szilveszter ADAM
Szombathely Hungary
--oyUTqETQ0mS9luUI
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="handbook:mirrors:rsync.patch"
Index: mirrors/chapter.sgml
===================================================================
RCS file: /usr/home/cc/ncvs/freebsd//doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml,v
retrieving revision 1.218
diff -u -r1.218 chapter.sgml
--- mirrors/chapter.sgml 15 May 2002 03:53:39 -0000 1.218
+++ mirrors/chapter.sgml 20 May 2002 08:39:02 -0000
@@ -4013,6 +4013,75 @@
</varlistentry>
</variablelist>
</sect1>
+
+ <sect1 id="mirrors-rsync">
+ <title>rsync sites</title>
+
+ <para>The following sites make FreeBSD available through the rsync
+ protocol. The <application>rsync</application> utility works in
+ much the same way as the <application>rcp</application> command,
+ but has more options and uses the rsync remote-update protocol
+ which transfers only the differences between two sets of files,
+ thus greatly speeding up the synchronization over the network.
+ This is most useful if you are a mirror site for the
+ FreeBSD FTP server, or the CVS repository. The
+ <application>rsync</application> suite is available for many
+ operating systems, on FreeBSD, see the
+ <filename>net/rsync</filename>
+ port or use the package.</para>
+
+ <variablelist>
+ <varlistentry>
+ <term>Czech Republic</term>
+
+ <listitem>
+ <para>rsync://ftp.cz.freebsd.org/</para>
+
+ <para>Available collections:</para>
+ <itemizedlist>
+ <listitem><para>ftp: A partial mirror of the FreeBSD FTP
+ server.</para></listitem>
+ <listitem><para>FreeBSD: A full mirror of the FreeBSD FTP
+ server.</para></listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>Germany</term>
+
+ <listitem>
+ <para>rsync://grappa.unix-ag.uni-kl.de/</para>
+
+ <para>Available collections:</para>
+ <itemizedlist>
+ <listitem><para>freebsd-cvs: The full FreeBSD CVS
+ repository.</para></listitem>
+ </itemizedlist>
+ <para>This machine also mirrors the CVS repositories of the
+ NetBSD and the OpenBSD projects, among others.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>United States of America</term>
+
+ <listitem>
+ <para>rsync://ftp-master.freebsd.org/<para>
+
+ <para>This server may only be used by FreeBSD primary mirror
+ sites.</para>
+ <para>Available collections:</para>
+ <itemizedlist>
+ <listitem><para>FreeBSD: The master archive of the FreeBSD
+ FTP server.</para></listitem>
+ <listitem><para>acl: The FreeBSD master ACL
+ list.</para></listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect1>
</appendix>
<!--
--oyUTqETQ0mS9luUI--
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205200920.g4K9K5d44534>
