[csw-devel] SF.net SVN: gar:[19957] csw/mgar/pkg/opencsw-manual/trunk/files/ for-administrators/mirror-setup.rst

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Dec 24 06:45:48 CET 2012


Revision: 19957
          http://gar.svn.sourceforge.net/gar/?rev=19957&view=rev
Author:   wahwah
Date:     2012-12-24 05:45:47 +0000 (Mon, 24 Dec 2012)
Log Message:
-----------
opencsw-manual/trunk: mirror setup update

Modified Paths:
--------------
    csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/mirror-setup.rst

Modified: csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/mirror-setup.rst
===================================================================
--- csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/mirror-setup.rst	2012-12-24 04:53:12 UTC (rev 19956)
+++ csw/mgar/pkg/opencsw-manual/trunk/files/for-administrators/mirror-setup.rst	2012-12-24 05:45:47 UTC (rev 19957)
@@ -10,13 +10,14 @@
 
 To set up the mirror you should use ``rsync`` as it can update your local copy
 quickly and with low bandwidth use and also preserves hardlinks. Not all
-mirrors provide access via the ``rsync`` protocol, a list can be found at
-http://www.opencsw.org/get-it/mirrors/ .  To make a full copy of the OpenCSW
-repository use this::
+mirrors provide access via the ``rsync`` protocol, please consult
+[our list of mirrors](http://www.opencsw.org/get-it/mirrors/).
+To make a full copy of the OpenCSW repository::
 
   pkgutil -y -i rsync
-  rsync -aH --delete rsync://rsync.opencsw.org/opencsw /my/server/repo
+  mkdir /export/opencsw-mirror
+  rsync -aH --delete rsync://rsync.opencsw.org/opencsw/ /export/opencsw-mirror
 
-The directory ``repo`` can either be shared via HTTP or via NFS to the
-``pkgutil`` clients.  Use http://myserver/url-to-repo/ for HTTP and
-file:///myserver/dir-to-repo for NFS as mirror option in ``pkgutil``.
+The directory ``opencsw-mirror`` can either be shared via HTTP or via NFS to the
+``pkgutil`` clients.  Use ``http://myserver/opencsw-mirror/`` for HTTP and
+``file:///myserver/opencsw-mirror`` for NFS as mirror option in ``pkgutil``.

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list