Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zclongpop123/d23024afb3cb21036ec79527cf46f046 to your computer and use it in GitHub Desktop.
Save zclongpop123/d23024afb3cb21036ec79527cf46f046 to your computer and use it in GitHub Desktop.
MongoDB backup
mkdir /data/backup/`date -I`
mongodump -d admin --username=root --password=example -o /data/backup/`date -I`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment