Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Romitou authored Nov 12, 2021
1 parent b643bd7 commit 612343a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Go_Logo_Aqua.svg/1200px-Go_Logo_Aqua.svg.png" height=40 width=auto>

### 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
Expand All @@ -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.

0 comments on commit 612343a

Please sign in to comment.