Skip to content

michelezonca/simple-mongo-backup-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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! :)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages