Index: branches/eam_branches/ipp-pstamp-20260421/pstamp/install-cgi.sh
===================================================================
--- branches/eam_branches/ipp-pstamp-20260421/pstamp/install-cgi.sh	(revision 43003)
+++ branches/eam_branches/ipp-pstamp-20260421/pstamp/install-cgi.sh	(revision 43010)
@@ -8,12 +8,12 @@
 
 foreach f ( web/*.php )
-  rsync -uv $f $PS_WEB/
+  rsync -auv $f $PS_WEB/
 end
 
 foreach f ( web/*.cgi )
-  rsync -uv $f $PS_CGI/
+  rsync -auv $f $PS_CGI/
 end
 
 foreach f (scripts/pstamp_runcommand.sh scripts/pstamp_webrequest.pl)
-  rsync -uv $f $PS_BIN/
+  rsync -auv $f $PS_BIN/
 end
