SCM Repository
View of /web/update.sh
Parent Directory
|
Revision Log
Revision 362 -
(download)
(as text)
(annotate)
Wed Sep 29 15:33:32 2010 UTC (11 years, 9 months ago) by jhr
File size: 334 byte(s)
Wed Sep 29 15:33:32 2010 UTC (11 years, 9 months ago) by jhr
File size: 334 byte(s)
Starting to create a web site for Diderot
#!/bin/sh # # upload Diderot web-site content using rsync # LOCAL=htdocs REMOTE=$USER@classes.cs.uchicago.edu:/stage/web_static/diderot-language/ export RSYNC_RSH RSYNC_RSH=ssh OPTIONS="-v -r -u -l -p -t --delete-excluded" EXCLUDES="--exclude=CVS/ --exclude=.DS_Store --exclude=.svn" exec rsync $OPTIONS $EXCLUDES $LOCAL $REMOTE
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |