MySQL dump

08:59

бэкап

mysqldump --opt -u root -p dbname | bzip2 > dbname.sql.bz2

востановление

bzcat dbname.sql.bz2 | mysql -u root -p dbname