GitHunt
MI

michelezonca/simple-mongo-backup-script

small script to backup data of a list of db (variable $DB) in a folder db-yyyyMMdd and to have it replicated on another pc

Simple Mongo Backup Script

This basic script backups data (via mongdump) of a list of databases
(provided using the $DB variable) in a folder defined by a $DUMP_LOCATION with
the current date in the path (in format db-yyyyMMdd).

At the end of the process it launches a copy via ssh

It could be a starting point for advanced scripts.. so, have a nice fork! :)

Languages

Shell100.0%

Contributors

Created April 16, 2011
Updated December 17, 2013
michelezonca/simple-mongo-backup-script | GitHunt