1
#!/usr/bin/env bash
2
#
3
# rsync server start script
4
5
# $Id$
6
7
8
rsync --daemon --config=/usr/proj/isabelle/rsyncd.conf --port=8730
9