From 740f14d4268b3615b4d1a82270c156afa005d500 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 6 Feb 2006 08:23:29 +0100 Subject: [PATCH] Added more time information --- ccollect.sh | 4 ++-- doc/ccollect.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ccollect.sh b/ccollect.sh index c711385..7bec67a 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -341,7 +341,7 @@ while [ "$i" -lt "$no_shares" ]; do # only copy if a directory exists if [ "$last_dir" ]; then - echo "Hard linking..." + echo "$(date) Hard linking..." cp -al $VVERBOSE "$last_dir" "$destination_dir" else echo "Creating $destination_dir" @@ -358,7 +358,7 @@ while [ "$i" -lt "$no_shares" ]; do # options partly stolen from rsnapshot # - echo "Transferring files..." + echo "$(date) Transferring files..." rsync -a $VERBOSE $RSYNC_EXTRA $EXCLUDE $SUMMARY \ --delete --numeric-ids --relative --delete-excluded \ diff --git a/doc/ccollect.html b/doc/ccollect.html index eea925d..1269e04 100644 --- a/doc/ccollect.html +++ b/doc/ccollect.html @@ -262,8 +262,8 @@ div.exampleblock-content {

ccollect - Installing, Configuring and Using

Nico Schottelius
<nico-linux-ccollect__@__schottelius.org>
-version 0.3.1, -for ccollect 0.3.1, Initial Version from 2005-01-13 +version 0.3.2, +for ccollect 0.3.2, Initial Version from 2005-01-13
@@ -836,8 +836,8 @@ the hardlinks allocate.