Subject problem with gbak
Author abhishek_dsc
hi all,

i was performing back up/restore with gbak as follows

backup:-
gbak -b -t -user "username" -pas "password" "source file" "destination file"

restore:-
gbak -rep -t -user "username" -pas "password" "source file" "destination file"

during these two activities i terminated my application using ctrl+alt+del

and i noticed that the data from all the tables got deleted.

can anybody help me with this....