sync x200 with x201 and vice versa

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2010-07-25 00:47:02 +09:00
commit 93d656e86e

13
x20x-sync Executable file
View file

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