Phiên bản 3.2 được giới thiệu gzip
và archive
tùy chọn:
mongodump --db <yourdb> --gzip --archive=/path/to/archive
Sau đó, bạn có thể khôi phục bằng:
mongorestore --gzip --archive=/path/to/archive
Phiên bản 3.2 được giới thiệu gzip
và archive
tùy chọn:
mongodump --db <yourdb> --gzip --archive=/path/to/archive
Sau đó, bạn có thể khôi phục bằng:
mongorestore --gzip --archive=/path/to/archive