From 612343a8c562c99b1e6f0bba1354204441479f6a Mon Sep 17 00:00:00 2001 From: Romain Date: Fri, 12 Nov 2021 19:47:10 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1d16775..f958e46 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # MongoBackup 🍃 -Fast and efficient tool to backup Mongo databases via a Discord webhook. +Fast and efficient tool to backup Mongo databases using a Discord webhook. -### It's fast ⚡ -Totally written in Go, you benefit from all the advantages of these languages, optimized for performance. This program also uses the official Mongo drivers. +## It's fast ⚡ +Totally written in Go, you benefit from all the advantages of this languages, which is optimized for performance. This application also uses the super-fast official Mongo driver. -### It's simple 🤓 +## It's simple 🤓 All you have to do is download the application binaries, fill in a configuration file and create a cron job. Simple, isn't it? ``` curl -L https://github.com/Romitou/MongoBackup/releases/latest/download/mongobackup-linux -o mongobackup @@ -26,6 +26,10 @@ webhook: id: "763413460892641305" token: "gFx3ERX1IVmyVJ2etAXfQ8OVIYARz06JUmXzJOW8Z5ALv4-GE5lkW" ``` +```sh +# crontab -e +* * 0 0 0 /home/user/mongobackup --config /home/user/mongobackup.yml +``` -### It's secure 🔒 +## It's secure 🔒 When storing or uploading to Discord, the archive is encrypted with a password you set in the configuration. Only those who know the password can read the archive containing the backup.