chiark
/
gitweb
/
~mdw
/
distorted-chroot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add in the mess from the original symbiosisware version.
[distorted-chroot]
/
mess
/
maint
/
sync
1
#! /bin/sh -e
2
3
root=/usr/local.schroot/
4
master=universe.distorted.org.uk
5
case $1 in
6
+back) from=$root to=$master:$root; shift ;;
7
*) from=$master:$root to=$root ;;
8
esac
9
cd $root/
10
rsync -avH --del --filter=". $root/.rsync-filter" "$@" $from $to