dgaudet     98/07/09 17:11:32

  Modified:    info     how-to-mirror.html
  Log:
  -a is unsafe, use -rt... and include the path
  
  Revision  Changes    Path
  1.12      +2 -2      apache-site/info/how-to-mirror.html
  
  Index: how-to-mirror.html
  ===================================================================
  RCS file: /export/home/cvs/apache-site/info/how-to-mirror.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- how-to-mirror.html        1998/07/09 23:36:09     1.11
  +++ how-to-mirror.html        1998/07/10 00:11:31     1.12
  @@ -100,8 +100,8 @@
   http://sunsite.auc.dk/SunSITE/rsync</A>.  You might want to call it
   using the following arguments:
   
  -<P><UL><CODE>rsync -avz --delete --exclude incoming
  -dev.apache.org::apache-site</CODE></UL>
  +<P><UL><CODE>rsync -rtvz --delete --exclude incoming
  +dev.apache.org::apache-site /local/path/to/mirror</CODE></UL>
   
   <P>You can also just do a <CODE>rsync dev.apache.org::</CODE> to get a
   list of rsync modules available.
  
  
  

Reply via email to