From nobody@FreeBSD.org  Sun Dec 30 11:39:23 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 6722737B419
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 30 Dec 2001 11:39:23 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id fBUJdNE14918;
	Sun, 30 Dec 2001 11:39:23 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200112301939.fBUJdNE14918@freefall.freebsd.org>
Date: Sun, 30 Dec 2001 11:39:23 -0800 (PST)
From: wolfram schneider <wosch@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: no rsync section in mirror chapter of the FreeBSD handbook
X-Send-Pr-Version: www-1.0

>Number:         33354
>Category:       docs
>Synopsis:       no rsync section in mirror chapter of the FreeBSD handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 30 11:40:00 PST 2001
>Closed-Date:    Tue Jul 02 13:10:42 PDT 2002
>Last-Modified:  Tue Jul 02 13:10:42 PDT 2002
>Originator:     wolfram schneider
>Release:        
>Organization:
>Environment:
>Description:
In the FreeBSD handbook (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html)
there is no section about obtaining FreeBSD with the rsync protocoll.

There are some site around the world which provide the FreeBSD CVS
tree or the full FTP site. For a list, try

$ rsync rsync://ftp.cz.freebsd.org
$ rsync rsync://grappa.unix-ag.uni-kl.de
$ rsync rsync://ftp-master.freebsd.org

>How-To-Repeat:
      
>Fix:
      Write a section about rsync. Add the rsync sites.
>Release-Note:
>Audit-Trail:

From: Tom Rhodes <darklogik@pittgoth.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: docs/33354: no rsync section in mirror chapter of the handbook
Date: Fri, 22 Feb 2002 00:35:43 -0500

 I sort of started this, but Peter hasn't gotten back to me yet on the 
 rsync...
 
 Otherwise i've been playing around with rsync, and should have something 
 togeather soon, first I want to get the PPP chapter done, the NFS 
 section done and the natd chapter updated.  After that, I should be 
 pretty good ;)
 
 --
 Tom Rhodes
 

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--
State-Changed-From-To: open->closed 
State-Changed-By: trhodes 
State-Changed-When: Tue Jul 2 13:10:16 PDT 2002 
State-Changed-Why:  
Committed!  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=33354 
>Unformatted:
