output for folder archiver

This commit is contained in:
Q
2025-11-30 21:14:30 +02:00
parent 8c72f19a9a
commit ceb4829ff1

View File

@@ -124,6 +124,7 @@ fi
export IFS=$'\n' export IFS=$'\n'
REALFOLDERS=( $( listfolders "${FOLDERS[@]}" ) ) REALFOLDERS=( $( listfolders "${FOLDERS[@]}" ) )
echo $R'Existing files will be overwritten!'$Z echo $R'Existing files will be overwritten!'$Z
echo "Output directory: $OUTPUT_DIR/"
[[ "$REMOVE" -eq 1 ]] && echo 'Source folders will be deleted!' [[ "$REMOVE" -eq 1 ]] && echo 'Source folders will be deleted!'
[[ "$KEEP_LIST" -eq 0 ]] && echo 'File list will be removed.' [[ "$KEEP_LIST" -eq 0 ]] && echo 'File list will be removed.'
[[ -n "$SPLIT" ]] && echo 'Archives split to size: '$SPLIT [[ -n "$SPLIT" ]] && echo 'Archives split to size: '$SPLIT