]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
Add backup-robot script
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 10 May 2010 13:36:14 +0000 (15:36 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 10 May 2010 13:36:14 +0000 (15:36 +0200)
devel-utils/backup-robot [new file with mode: 0755]

diff --git a/devel-utils/backup-robot b/devel-utils/backup-robot
new file mode 100755 (executable)
index 0000000..6139b65
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -x
+ssh root@10.1.1.1 'tar cv `find / -xdev -type f -o -type l -o -type b -o -type c`' > robot.tar
+
+
+