Admin/rsyncd
author paulson
Tue, 19 Aug 2003 13:53:58 +0200
changeset 14152 12f6f18e7afc
parent 12721 226fc0e2e7e3
child 26371 8e4286e2bffe
permissions -rwxr-xr-x
For the Isar version of the ZF logics manual
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12721
226fc0e2e7e3 #!/usr/bin/env bash;
wenzelm
parents: 8346
diff changeset
     1
#!/usr/bin/env bash
8346
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