Skip to content

Instantly share code, notes, and snippets.

@bi0xid
Created October 7, 2015 11:53
Show Gist options
  • Save bi0xid/0b87c6c134e5648e74ea to your computer and use it in GitHub Desktop.
Save bi0xid/0b87c6c134e5648e74ea to your computer and use it in GitHub Desktop.
mysqldump --single-transaction --user=XXXX --password=XXXX --databases XXXX > /home/raven/backup/incremental/XXXX-$(date +%Y%m%d-%H%M).sql
mysqldump --single-transaction --user=XXXX --password=XXXX --databases XXXX > /home/raven/backup/incremental/XXXX-$(date +%Y%m%d-%H%M).sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment