[or-cvs] r9563: stop using the 'archive' flag for rsync. this was clobbering (website/trunk)

arma at seul.org arma at seul.org
Sun Feb 11 05:43:45 UTC 2007


Author: arma
Date: 2007-02-11 00:43:41 -0500 (Sun, 11 Feb 2007)
New Revision: 9563

Modified:
   website/trunk/publish
Log:
stop using the 'archive' flag for rsync. this was clobbering
ownership, permissions, etc.


Modified: website/trunk/publish
===================================================================
--- website/trunk/publish	2007-02-11 05:22:45 UTC (rev 9562)
+++ website/trunk/publish	2007-02-11 05:43:41 UTC (rev 9563)
@@ -11,5 +11,5 @@
 ## since if they screw up it'll blow away arbitrary things.
 #rsync -Pravz --delete . tor.eff.org:directory/
 
-rsync -Pravz . tor.eff.org:/www/tor.eff.org/docs/
+rsync -Prvz . tor.eff.org:/www/tor.eff.org/docs/
 



More information about the tor-commits mailing list