Skip to content

Instantly share code, notes, and snippets.

@amineck
Created February 14, 2013 16:39
Show Gist options
  • Select an option

  • Save amineck/4954073 to your computer and use it in GitHub Desktop.

Select an option

Save amineck/4954073 to your computer and use it in GitHub Desktop.
mongodump/restore
Backup
> mongodump --db db_name /backup_path/
> mongodump --db db_name --collection collection_name /backup_path/
Restore
> mongorestore --db db_name /backup_folder/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment