Thanks for the answer.
I tried to recover my Linux with InnoDB. I see in logs:
-------------------
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
130827 17:21:06 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
-------------------
But DB looks like work correctly. Use binlog is good idea. And also I create mysql dumps by cron.
By the way, I tried to restore Windows 2012 Server virtual machine (application server): everything is alright.
(forgive my English)