Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created March 19, 2019 17:32
Show Gist options
  • Select an option

  • Save ilhamarrouf/1d4fbf5de1294b2c7f9496577cd24887 to your computer and use it in GitHub Desktop.

Select an option

Save ilhamarrouf/1d4fbf5de1294b2c7f9496577cd24887 to your computer and use it in GitHub Desktop.
Crontab database backup mysql
0 3 * * * /usr/bin/mysqldump -u root --password=P@ssw0rd mydb > /root/mydb$(date +\%w).sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment