From 653da1fe4637605de77c3f66a25227d1a14d148b Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Fri, 13 Sep 2019 22:40:52 +0200 Subject: [PATCH] add: lizenz hinweis in scripts --- backup | 2 ++ restore | 2 ++ 2 files changed, 4 insertions(+) diff --git a/backup b/backup index b16677a..fac3344 100755 --- a/backup +++ b/backup @@ -5,6 +5,8 @@ ## @brief Anzeige von der Hilfe usage() { + head -2 license + echo echo "backup [full | check | help]" echo echo "full: Backup ohne Hardlinks auf das vorherige Backup" diff --git a/restore b/restore index ca53604..3712790 100755 --- a/restore +++ b/restore @@ -5,6 +5,8 @@ ## @brief Zeigt die Hilfe an useage() { + head -2 license + echo echo "restore -d -n -r -p " echo echo " -d Datum von der Sicherung" -- 2.39.5