#!/usr/bin/env bash
#
# rsync server start script
#
# $Id$
#

rsync --daemon --config=/home/isabelle/rsyncd.conf --port=8730

