nsbin/x20x-sync
Nico Schottelius 93d656e86e sync x200 with x201 and vice versa
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2010-07-25 00:47:02 +09:00

13 lines
171 B
Bash
Executable file

#!/bin/sh
case $(hostname) in
kr)
other="ikn.ethz.ch"
;;
ikn)
other="kr.ethz.ch"
;;
esac
rsync -av --delete --exclude .electricsheep ~/ $other: