# Navigate to the Devilbox directory host> cd path/to/devilbox # Enter the PHP container host> ./shell.sh # Start the backup devilbox@php-7.1.6 in /shared/httpd $ mysqldump -h mysql -u root -p my_db_name > /shared/backups/mysql/my_db_name.sql