Update backup.sh

This commit is contained in:
Foxly IT 2021-10-13 07:01:03 +02:00 committed by GitHub
parent fff887730a
commit 346aa10822
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,10 @@ echo "" #
####################
backup_VER="v1.1"
str_repeat() {
printf -v v "%-*s" "$1" ""
echo "${v// /$2}"
}
displaytime() {
local T=$1