Add in the mess from the original symbiosisware version.
[distorted-chroot] / mess / maint / sync
CommitLineData
fd0f20e1
MW
1#! /bin/sh -e
2
3root=/usr/local.schroot/
4master=universe.distorted.org.uk
5case $1 in
6 +back) from=$root to=$master:$root; shift ;;
7 *) from=$master:$root to=$root ;;
8esac
9cd $root/
10rsync -avH --del --filter=". $root/.rsync-filter" "$@" $from $to