Dump kommando:
mongodump --host localhost:27017 --gzip --db Alex --out ./testSO
Gendan kommando:
mongorestore --host localhost:27017 --gzip --db Alex ./testSO/Alex
Virker perfekt!
Mens du bruger arkiv:
Dump kommando:
mongodump --host localhost:27017 --archive=dump.gz --gzip --db Alex
Gendan kommando:
mongorestore --host localhost:27017 --gzip --archive=dump.gz --db Alex
Et andet databasenavn eller samlingsnavn understøttes ikke. For mere info .