Important
This repository is under active development
MongoDB Backups Manager (shortly MBM) is a simple tool that allows you to create backups of your MongoDB database.
Important
Real installation instructions will be provided on v1.0.0 release.
sudo apt install mbm -ysudo dnf install mbm -yFirst, you'll need to install the Rust Toolchain:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shThen, clone the repo and build the project:
git clone https://github.com/DiscordAnalytics/mongo-backups-manager
cd mongo-backups-manager
cargo build --bin mbmTo run the project
cargo run --bin mbmRead CODE_OF_CONDUCT.md and CONTRIBUTING.md, create a branch and start coding 😎
git branch feat/super-cool-feature
git checkout feat/super-cool-feature