https://github.com/evgenyneu/siba-source-mongo-db
MongoDb backup and restore plugin for SIBA
https://github.com/evgenyneu/siba-source-mongo-db
Last synced: about 2 months ago
JSON representation
MongoDb backup and restore plugin for SIBA
- Host: GitHub
- URL: https://github.com/evgenyneu/siba-source-mongo-db
- Owner: evgenyneu
- License: mit
- Created: 2012-01-31T11:46:19.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-20T12:30:08.000Z (about 12 years ago)
- Last Synced: 2025-01-10T14:46:42.746Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
This is a plugin for [SIBA backup and restore utility](https://github.com/evgenyneu/siba). It allows to backup and restore MongoDB.
## Installation
$ gem install siba-source-mongo-db
## Usage
1. Create a configuration file:
$ siba generate mybak
2. Backup:
$ siba backup mybak
3. Restore:
$ siba restore mybak
Run `siba` command without arguments to see the list of all available options.