Skip to content

Commit

Permalink
Diagram on top
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidValin committed Sep 1, 2024
1 parent 1be5f41 commit b585a60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This is a simple bash shell script that creates and restores an encrypted backup using GPG.


<img src="https://raw.githubusercontent.com/DavidValin/tinybackup/master/spec/flow-diagram.png" alt="Tinybackup" />

### Install

* `make`
Expand All @@ -11,8 +14,6 @@ This is a simple bash shell script that creates and restores an encrypted backup
* backup: `tinybackup b <source_folder> <destination_folder> <backup_name> <gpg_key_id>`
* recover: `tinybackup r <backup_name> <target_folder> <gpg_key_id>`

<img src="https://raw.githubusercontent.com/DavidValin/tinybackup/master/spec/flow-diagram.png" alt="Tinybackup" />

#### Dependencies

* (ubuntu/debian): `apt get gzip pv gnupg2`
Expand Down

0 comments on commit b585a60

Please sign in to comment.