]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - devel-utils/backup-robot
eb_lift: Use expansion pot number defines.
[eurobot/public.git] / devel-utils / backup-robot
1 #!/bin/sh
2 set -x
3 ssh root@10.1.1.1 'tar cv `find / -xdev -type f -o -type l -o -type b -o -type c`' > robot.tar
4
5
6