From: Bastian Dehn Date: Fri, 13 Sep 2019 20:40:52 +0000 (+0200) Subject: add: lizenz hinweis in scripts X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=653da1fe4637605de77c3f66a25227d1a14d148b;p=simple-backup.git add: lizenz hinweis in scripts --- 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"