Skip to content

Instantly share code, notes, and snippets.

@ronanguilloux
Last active September 29, 2015 11:47
Show Gist options
  • Select an option

  • Save ronanguilloux/1595514 to your computer and use it in GitHub Desktop.

Select an option

Save ronanguilloux/1595514 to your computer and use it in GitHub Desktop.
7-days retention, one-per-directory, damn simple dump of all your mongo dbs
#!/bin/sh
date=`date +%u`
/usr/bin/mongodump --directoryperdb -o /var/backups/mongo/$date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment