How to create a full copy of the site's database based on Magento 2 using SSH?

Instruction:

1. Enter to SSH.

2. Run command:

database dump:

mysqldump --add-drop-table -u your_user -p your_db > ~/your_host_db_20151001.sql (insert your DB user name and host name instead of your_user and your_host)