diff --git a/ccollect.sh b/ccollect.sh index e001af5..0373f95 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -266,8 +266,9 @@ while [ "$i" -lt "$no_shares" ]; do VERBOSE="-v" fi - # verbosity for cp + # MORE verbosity, includes standard verbosity if [ -f "$c_vverbose" ]; then + VERBOSE="-v" VVERBOSE="-v" fi diff --git a/doc/CHANGES b/doc/CHANGES index 0cef1b9..c8dc09b 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,7 @@ +0.2 to 0.3: + * added "very_verbose" + * normal "verbose" is now less verbose + 0.1 to 0.2: * Added plausibility check * Updated and made documentation readable diff --git a/doc/ccollect.text b/doc/ccollect.text index ef197f6..f19dae6 100644 --- a/doc/ccollect.text +++ b/doc/ccollect.text @@ -127,8 +127,9 @@ Each source has at least the following files: Additionally a source may have the following files: - - `verbose` whether to be verbose (passes -v to rsync) - - `exclude` exclude list for rsync. One exclude specification on each line. + - `verbose` whether to be verbose (passes -v to rsync) + - `very_verbose` be very verbose (-v also for mkdir, cp, rm) + - `exclude` exclude list for rsync. '\\n' seperated list. - `rsync_options' extra options to pass to rsync Example: