- mysqldump – most popular, but by default is locks tables, during process and apps can’t write something, you will see some 5XX errors on your website, but… if database less than free RAM and storage engine for all tables is INNODB you can mysqldump with –single-transaction option.
- xtrabackup – free utility for physical backup, it should be installed on the same server.