I have a mysql (MyISAM) database with size around 30Gb. It has single large table (and some smaller ones but it makes no difference). It performs around 2000 selects (single row by primary key)/second, 300 updates/second and 50 inserts/second. We have around 10 independent servers with similar database.
I want to backup that database (incremental preferred) without taking it offline, how to do that?