Commande de vidage :
mongodump --host localhost:27017 --gzip --db Alex --out ./testSO
Commande de restauration :
mongorestore --host localhost:27017 --gzip --db Alex ./testSO/Alex
Fonctionne parfaitement !
Lors de l'utilisation de l'archive :
Commande de vidage :
mongodump --host localhost:27017 --archive=dump.gz --gzip --db Alex
Commande de restauration :
mongorestore --host localhost:27017 --gzip --archive=dump.gz --db Alex
Un nom de base de données ou un nom de collection différent n'est pas pris en charge. Pour plus d'informations .