2006-02-16 14:24:47 +01:00
|
|
|
######################################################
|
|
|
|
# By JBM 2006-02-16 So that the code is not repeated #
|
|
|
|
# in test cases and can be reused. #
|
|
|
|
######################################################
|
|
|
|
|
2006-02-16 16:33:46 +01:00
|
|
|
--exec $NDB_TOOLS_DIR/ndb_restore --no-defaults --ndb-connectstring="localhost:$NDBCLUSTER_PORT" -p 8 -b $the_backup_id -n 1 -m -r --print --print_meta $NDB_BACKUP_DIR/BACKUP/BACKUP-$the_backup_id >> $NDB_TOOLS_OUTPUT
|
2006-02-16 14:24:47 +01:00
|
|
|
|
2006-02-16 16:33:46 +01:00
|
|
|
--exec $NDB_TOOLS_DIR/ndb_restore --no-defaults --ndb-connectstring="localhost:$NDBCLUSTER_PORT" -p 8 -b $the_backup_id -n 2 -r --print --print_meta $NDB_BACKUP_DIR/BACKUP/BACKUP-$the_backup_id >> $NDB_TOOLS_OUTPUT
|