build/sbin/sync_site_iri
changeset 169 2d410dc8c1f3
parent 159 cb80efdd1330
child 171 97141c5a1549
--- a/build/sbin/sync_site_iri	Tue Mar 09 18:08:46 2010 +0000
+++ b/build/sbin/sync_site_iri	Tue Mar 16 14:14:44 2010 +0000
@@ -9,7 +9,7 @@
 #text2unix ~/tmp/site_iri_V$1
 
 if [ -d ~/tmp/site_iri_V$1 ]; then
-	cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/site_iri_V$1/ www.iri.centrepompidou.fr:/home/www/
+	cat <<EOT | rsync -Cvrlz --size-only --delete --filter=". -" ~/tmp/site_iri_V$1/ www.iri.centrepompidou.fr:/home/www/
 + core
 P google?.html
 P .htpasswd
@@ -20,6 +20,8 @@
 P munin/***
 P shotdetect/***
 P wiki/***
+P wp-content/uploads/***
+- wp-content/uploads/***
 EOT
 fi