This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Better options for rsync.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 30 Aug 2000 19:54:43 +0000 (19:54 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 30 Aug 2000 19:54:43 +0000 (19:54 +0000)
p4raw-id: //depot/perl@6922

pod/perlhack.pod

index 65188be..e6adf95 100644 (file)
@@ -210,11 +210,11 @@ Selective parts are also visible via the rsync protocol.  To get all
 the individual changes to the mainline since the last development
 release, use the following command:
 
-    rsync -avuz rsync://ftp.linux.activestate.com/perl-diffs perl-diffs
+    rsync -avz rsync://ftp.linux.activestate.com/perl-diffs perl-diffs
 
 Use this to get the latest source tree in full:
 
-    rsync -avuz rsync://ftp.linux.activestate.com/perl-current perl-current
+    rsync -avz rsync://ftp.linux.activestate.com/perl-current perl-current
 
 Needless to say, the source code in perl-current is usually in a perpetual
 state of evolution.  You should expect it to be very buggy.  Do B<not> use