Skip to content

Instantly share code, notes, and snippets.

View orion110217's full-sized avatar

Patrick Buitre orion110217

View GitHub Profile
@orion110217
orion110217 / mongoconsole.sh
Created August 22, 2017 10:02 — forked from stanislavb/mongoconsole.sh
Backup and restore MongoDB running in a Docker container
#!/bin/bash
usage() {
echo "Usage $0 -c mongo_docker_container_name"
}
while [[ $# > 1 ]]
do
key="$1"