diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllCallistoProjects.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllCallistoProjects.sh
index 6e264cb2a4e4765dc496fa93a748d8172d82d0c1..943e96e8364e49d1d0a3c9132d6d43528e5b5354 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllCallistoProjects.sh
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllCallistoProjects.sh
@@ -22,8 +22,8 @@ if [ "${1}" == "-clean" ] ; then
 	 rm -fr ${updateSite}/*
 	
 	 echo "   Updating index and web site files, but not site xml files (yet)"
-      rsync -v -p ${HOME}/${updateToolsDir}/WebContent/${mainIndexFileName} ${updateSite}/index.html
-      rsync -v -p ${HOME}/${updateToolsDir}/WebContent/*.jpg ${updateSite}
+      rsync -p ${HOME}/${updateToolsDir}/WebContent/${mainIndexFileName} ${updateSite}/index.html
+      rsync -p ${HOME}/${updateToolsDir}/WebContent/*.jpg ${updateSite}
 fi
 
 
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllEuropaProjects.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllEuropaProjects.sh
index 0e7a50fe961fe82bda8c5ec89ff25d0101263776..167dfd810568d228eb00b8fded6d822c663da8be 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllEuropaProjects.sh
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllEuropaProjects.sh
@@ -23,8 +23,8 @@ if [ "${1}" == "-clean" ] ; then
 	 rm -fr ${updateSite}/*
 	
 	 echo "   Updating index and web site files, but not site xml files (yet)"
-	    rsync -v -p ${HOME}/${updateToolsDir}/WebContent/${mainIndexFileName} ${updateSite}/index.html
-      rsync -v -p ${HOME}/${updateToolsDir}/WebContent/*.jpg ${updateSite}
+	    rsync -p ${HOME}/${updateToolsDir}/WebContent/${mainIndexFileName} ${updateSite}/index.html
+      rsync -p ${HOME}/${updateToolsDir}/WebContent/*.jpg ${updateSite}
 fi