Develop and Download Open Source Software

Browse CVS Repository

Diff of /samurai-graph/web/rsync.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by orrisroot, Thu May 27 10:52:53 2004 UTC revision 1.2 by orrisroot, Mon Oct 4 12:20:01 2004 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  RSYNC=/usr/local/bin/rsync  RSYNC=`which rsync`
3    if [ x"$RSYNC" = x ]; then
4     echo "error : rsync command required"
5     exit 1;
6    fi
7  RSYNC_OPTS="-rlvzC --delete"  RSYNC_OPTS="-rlvzC --delete"
8  RSYNC_RSH=ssh  RSYNC_RSH=ssh
9  SRC=`dirname $0`/htdocs  SRC=`dirname $0`/htdocs

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26