| author | paulson |
| Wed, 16 Feb 2000 10:50:57 +0100 | |
| changeset 8248 | d7e85fd09291 |
| parent 8224 | 97e26127fb6b |
| child 8322 | 6ba8356baa34 |
| permissions | -rwxr-xr-x |
| 8224 | 1 |
#!/bin/bash |
2 |
# |
|
3 |
# $Id$ |
|
4 |
# |
|
5 |
||
6 |
case $(hostname) in |
|
7 |
foobar) |
|
8 |
DEST=/foo/bar/dist |
|
9 |
;; |
|
10 |
*) |
|
11 |
echo "Unknown destination directory!" |
|
12 |
exit 2 |
|
13 |
;; |
|
14 |
esac |
|
15 |
||
16 |
rsync --rsh ssh --rsync-path /usr/local/dist/bin/rsync -va \ |
|
17 |
sunbroy30.informatik.tu-muenchen.de:/home/html/isabelle/html-data/dist/. $DEST/. |