fixed adopt tests - still need hand-holding
[ganeti-extstorage-zfs] / t / gnt-backup-export.sh
1 #!/bin/sh -xe
2
3 # this scripts assueme that host on which you are doing gnt-backup is localhost
4
5 ./bin/ill t- | awk '{ print $1 }' | xargs -i ssh `gnt-cluster getmaster` gnt-backup export -n `hostname -s` {}
6 ./bin/backup list -n `hostname -s` | grep t-
7