Skip to content

Instantly share code, notes, and snippets.

@mgmgpyaesonewin
Created January 23, 2021 04:38
Show Gist options
  • Save mgmgpyaesonewin/bb9516e46f77cc710f308926b4bb5a70 to your computer and use it in GitHub Desktop.
Save mgmgpyaesonewin/bb9516e46f77cc710f308926b4bb5a70 to your computer and use it in GitHub Desktop.
Backup Mongodb Database Archive in gzip format according to date
mongodump --db <db-name> --gzip --archive > dump_`date +"%d-%m-%Y"`.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment