]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
remove license print
authorBastian Dehn <hhaalo@arcor.de>
Sat, 24 May 2025 16:47:24 +0000 (18:47 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 24 May 2025 16:47:24 +0000 (18:47 +0200)
backup
restore

diff --git a/backup b/backup
index 9f55b579ed83aa46d3e4148e33da6222df305d9f..5afa0db450c4307666ef17dda1b6c5bf7bfd9503 100755 (executable)
--- a/backup
+++ b/backup
@@ -248,11 +248,6 @@ main()
                || errlog "file config.yaml not found" \
                || return $?
 
-       head -2 license
-       echo
-
-       mode="incremental"
-
        backup_path=$(cat config.yaml | yq -r '.backup_path')
        backup_name=$(cat config.yaml | yq -r '.backup_name')
        backup_count=$(cat config.yaml | yq -r '.backup_count')
diff --git a/restore b/restore
index 06afe127b75349fc93207700b0b7f56df3007612..ddf3c7de6e4a5c382f04bad3704033a4d5364b11 100755 (executable)
--- a/restore
+++ b/restore
@@ -113,9 +113,6 @@ main()
 
        echo "⭐ START: restore"
 
-       head -2 license
-       echo
-
        while getopts "d:n:r:p:h" optname; do
                case "$optname" in
                "d")