From b585a60fed246a4dfe9ba259921d8e74ca054519 Mon Sep 17 00:00:00 2001 From: David Valin Date: Sun, 1 Sep 2024 05:01:26 +0200 Subject: [PATCH] Diagram on top --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5293ae9..69b0862 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ This is a simple bash shell script that creates and restores an encrypted backup using GPG. + +Tinybackup + ### Install * `make` @@ -11,8 +14,6 @@ This is a simple bash shell script that creates and restores an encrypted backup * backup: `tinybackup b ` * recover: `tinybackup r ` -Tinybackup - #### Dependencies * (ubuntu/debian): `apt get gzip pv gnupg2`