# Backup mongodump --authenticationDatabase admin --username root --password PASSWORD -d DATABASE_NAME -h localhost # Restore mongorestore --authenticationDatabase admin --username root --password PASSWORD PATH_TO_BACKUP_FILE