Admin/mirror-dist
author paulson
Wed, 16 Feb 2000 10:50:57 +0100
changeset 8248 d7e85fd09291
parent 8224 97e26127fb6b
child 8322 6ba8356baa34
permissions -rwxr-xr-x
a smaller point size reduces the number of overfull figures

#!/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/.