mongodump --archive=mydb.archive --gzip

Category: Databases & SQL

mongodump --archive=mydb.archive --gzip

Back up to one compressed archive file

Writes the whole dump into a single gzipped file instead of a directory tree, which is convenient for shipping or storing. Restore with mongorestore --archive=mydb.archive --gzip. Related: mongodump --out.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.