An open API service indexing awesome lists of open source software.

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

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.