From f7446e8516fd7f9d0ad1930e38ea2032827c4f3b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 8 Dec 2005 14:15:45 +0100 Subject: [PATCH] Tell the user that the backup is in progress... --- ccollect.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ccollect.sh b/ccollect.sh index 40f6881..597508a 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -248,6 +248,9 @@ while [ "$i" -lt "$no_shares" ]; do destination_dir="$c_dest/${INTERVALL}.${destination_date}.$$" last_dir=$(ls -d "$c_dest/${INTERVALL}."?* 2>/dev/null | sort -n | tail -n 1) + + # give some info + echo "|-> Beginning to backup, this may take some time..." # only copy if a directory exists if [ "$last_dir" ]; then