# MongoDB

# Backup

mongodump -d myDatabase -o ~/backups/backup_dir

# Restore

mongorestore ~/backups/backup_dir