Admin/rsyncd
author paulson
Wed, 19 Jul 2000 10:55:50 +0200
changeset 9388 0b039a3575eb
parent 8346 562090b1f128
child 12721 226fc0e2e7e3
permissions -rwxr-xr-x
// change; also moved entry for AddIffs
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8346
562090b1f128 switched to mirroring with rsync server
kleing
parents:
diff changeset
     1
#!/bin/bash
562090b1f128 switched to mirroring with rsync server
kleing
parents:
diff changeset
     2
#
562090b1f128 switched to mirroring with rsync server
kleing
parents:
diff changeset
     3
# rsync server start script
562090b1f128 switched to mirroring with rsync server
kleing
parents:
diff changeset
     4
#
562090b1f128 switched to mirroring with rsync server
kleing
parents:
diff changeset
     5
# $Id$
562090b1f128 switched to mirroring with rsync server
kleing
parents:
diff changeset
     6
#
562090b1f128 switched to mirroring with rsync server
kleing
parents:
diff changeset
     7
562090b1f128 switched to mirroring with rsync server
kleing
parents:
diff changeset
     8
rsync --daemon --config=/usr/proj/isabelle/rsyncd.conf --port=8730
562090b1f128 switched to mirroring with rsync server
kleing
parents:
diff changeset
     9