From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1FmyTF-0002rP-DA for garchives@archives.gentoo.org; Sun, 04 Jun 2006 19:41:09 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.6) with SMTP id k54Jemkl031460; Sun, 4 Jun 2006 19:40:48 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.6/8.13.6) with ESMTP id k54Jel6x017359 for ; Sun, 4 Jun 2006 19:40:48 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id 3DA2064BFD for ; Sun, 4 Jun 2006 19:40:47 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Sun, 4 Jun 2006 19:40:46 +0000 From: "undefined" Date: Sun, 4 Jun 2006 19:40:46 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: rsync.xml Message-Id: <20060604194047.3DA2064BFD@smtp.gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 0e3cb7ef-8d16-4899-bac3-e57dd464d0b1 X-Archives-Hash: ae9b2f4365851efb7f970a921982f830 jforman 06/06/04 19:40:46 Modified: rsync.xml Log: fix to rsync options, submitted by tobias klausmann Revision Changes Path 1.52 xml/htdocs/doc/en/rsync.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/rsync.xml?rev=1.52&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/rsync.xml?rev=1.52&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/rsync.xml.diff?r1=1.51&r2=1.52&cvsroot=gentoo Index: rsync.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- rsync.xml 23 May 2006 18:21:55 -0000 1.51 +++ rsync.xml 4 Jun 2006 19:40:46 -0000 1.52 @@ -1,6 +1,6 @@ - + Gentoo Linux rsync Mirrors Policy and Guide @@ -24,8 +24,8 @@ -3.2 -2006-05-23 +3.3 +2006-06-04 Preliminaries @@ -308,8 +308,8 @@
 #!/bin/bash
 
-RSYNC="/usr/bin/rsync"
-OPTS="--quiet --recursive --links --perms --times --devices --delete --timeout=300"
+
+OPTS="--quiet --recursive --links --perms --times -D --delete --timeout=300"
 #Uncomment the following line only if you have been granted access to rsync1.us.gentoo.org
 #SRC="rsync://rsync1.us.gentoo.org/gentoo-portage"
 #If you are waiting for access to our master mirror, select one of our mirrors to mirror from:



-- 
gentoo-doc-cvs@gentoo.org mailing list