Difference between revisions of "Tracking changes with git"

From Sudo Room
Jump to navigation Jump to search
(Created page with "Daily backup: mysqldump -u mysql_user -pmysql_password --skip-extended-insert mysql_database > /path/to/db_backup_`date --rfc-3339=date`.sql")
(No difference)

Revision as of 22:53, 6 April 2013

Daily backup:

   mysqldump -u mysql_user -pmysql_password --skip-extended-insert mysql_database > /path/to/db_backup_`date --rfc-3339=date`.sql