Admin/mirror-dist
author paulson
Thu, 10 Feb 2000 11:03:54 +0100
changeset 8225 fc5db20d7f6f
parent 8224 97e26127fb6b
child 8322 6ba8356baa34
permissions -rwxr-xr-x
Cambridge-specific modifications

#!/bin/bash
#
# $Id$
#

case $(hostname) in
  foobar)
    DEST=/foo/bar/dist
    ;;
  *)
    echo "Unknown destination directory!"
    exit 2
    ;;
esac

rsync --rsh ssh --rsync-path /usr/local/dist/bin/rsync -va \
  sunbroy30.informatik.tu-muenchen.de:/home/html/isabelle/html-data/dist/. $DEST/.