Suppress output when used with -qq

This commit is contained in:
2022-02-07 23:55:46 +01:00
parent dfa5804316
commit d2fd71d5c9

View File

@@ -26,7 +26,8 @@ step_config() {
}
step_1_info() {
echo "Backup root [ADDITIONAL_EXCLUDES...]"
echoinfoArgs "[ADDITIONAL_EXCLUDES...]"
echo "Backup root"
echoinfo "Essential excludes are provided in the configuration template."
echoinfo "($CONFIG_FILE_TEMPLATE)"
}
@@ -140,9 +141,9 @@ step_3() {
buExcludes+=("--exclude='$exclu'")
done
echo " [I] Source : $buSource"
echo " [I] Target : $buTarget"
echo " [I] Excludes: $@"
echoseq " [I] Source : $buSource"
echoseq " [I] Target : $buTarget"
echoseq " [I] Excludes: $@"
#fix doubling trailing slash on verbose output when backing up root
local tmpSource="$buSource/"
@@ -187,6 +188,6 @@ checkInstalled() {
toolBin="$(command -v $toolBin)"
}
VERSION_SEQREV=12
VERSION_SEQREV=14
. /usr/local/bin/sequencer.sh