Database
mongodump
MongoDB Database Backup
Ubuntu
CentOS
Debian
SUSE
Fedora
RHEL
Verified: 2026-03-04
Syntax
$mongodump [options]
Optionen
--db
--collection
--out
--archive
Examples
$mongodump --db database
$mongodump --db database --collection collection
$mongodump --out /backup/path
$mongodump --archive=backup.archive
See also
Typical use cases
?
Standard usage
mongodump --help
Note
Creates BSON backups of MongoDB databases.
Export