Skip to content

Instantly share code, notes, and snippets.

@timilsinabishal
Last active September 30, 2019 07:05
Show Gist options
  • Save timilsinabishal/fd410320cf5421ba13b7e8d69b07a501 to your computer and use it in GitHub Desktop.
Save timilsinabishal/fd410320cf5421ba13b7e8d69b07a501 to your computer and use it in GitHub Desktop.
#Backup
docker exec container /usr/bin/mysqldump -u user -ppassword database > dump_`date +%d-%m-%Y"_"%H_%M_%S`.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment