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 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v 1.51 2006/05/23 18:21:55 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v 1.52 2006/06/04 19:40:46 jforman Exp $ --> <guide link="/doc/en/rsync.xml" lang="en"> <title>Gentoo Linux rsync Mirrors Policy and Guide</title> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>3.2</version> -<date>2006-05-23</date> +<version>3.3</version> +<date>2006-06-04</date> <chapter> <title>Preliminaries</title> @@ -308,8 +308,8 @@ <pre caption="rsync-gentoo-portage.sh"> #!/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: -- [email protected] mailing list
