diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
index 48a6efaa5b6e46f18c5d10d1bef049fb2fb94b7b..5916db9a0c2a937c01c3fa98e000e7f0f2fd72a3 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
@@ -15,11 +15,13 @@ if [ "${2}" == "-clean" ] ; then
 	
 	 echo "   Removing index and site xml files"
 	 rm -fr ${updateSite}/*
-	
-	 echo "   Updating index and web site files, but not site xml files (yet)"
-	    rsync -p ${HOME}/${updateToolsDir}/WebContent/${mainIndexFileName} ${updateSite}/index.html
-      rsync -p ${HOME}/${updateToolsDir}/WebContent/*.jpg ${updateSite}
+
 fi
+	
+ echo "   Updating index and web site files, but not site xml files (yet)"
+ rsync -pua ${HOME}/${updateToolsDir}/WebContent/${mainIndexFileName} ${updateSite}/index.html
+ rsync -pua ${HOME}/${updateToolsDir}/WebContent/*.jpg ${updateSite}
+
 
 
 ant  -f ${fileListFile} -Declipse.home=${eclipseLocation} -Dupdate.site=${updateSite}