very_verbose now includes verbose

This commit is contained in:
Nico Schottelius 2006-01-22 10:46:58 +01:00
parent f99404a04a
commit d6aa92523b
3 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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: