]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
add: lizenz hinweis in scripts
authorBastian Dehn <hhaalo@arcor.de>
Fri, 13 Sep 2019 20:40:52 +0000 (22:40 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Fri, 13 Sep 2019 20:40:52 +0000 (22:40 +0200)
backup
restore

diff --git a/backup b/backup
index b16677a67166bb90a23e7ed75e76b197064b32c7..fac3344ff14955ae3b20f928809f3e4a6a774a24 100755 (executable)
--- 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 ca5360436dc5b424ff98897bbb5459452ae933b4..3712790880c7faf1e60ef4b0fa7141760b20c3f4 100755 (executable)
--- a/restore
+++ b/restore
@@ -5,6 +5,8 @@
 ## @brief Zeigt die Hilfe an
 useage()
 {
+       head -2 license
+       echo
        echo "restore -d <Datum> -n <Nummer> -r <Rechner> -p <Pfad>"
        echo
        echo " -d    Datum von der Sicherung"