Skip to content

Instantly share code, notes, and snippets.

@omarciovsena
Created February 13, 2019 10:57
Show Gist options
  • Save omarciovsena/ad91e0c3bcad666d3f1abce5227cdcd7 to your computer and use it in GitHub Desktop.
Save omarciovsena/ad91e0c3bcad666d3f1abce5227cdcd7 to your computer and use it in GitHub Desktop.
backup-mongodb
mongodump -h SERVER:PORT -d DATABASE -u USER -p PASSWORD -o $PWD"/bkp-$(date +'%Y-%m-%d-%H-%M-%S')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment