diff --git a/doc/ccollect.html b/doc/ccollect.html
index 2028ab7..43bba87 100644
--- a/doc/ccollect.html
+++ b/doc/ccollect.html
@@ -389,12 +389,17 @@ This number defines how many versions of this intervall to keep.</p>
 <ul>
 <li>
 <p>
-<tt>verbose</tt>   whether to be verbose (passes -v to rsync)
+<tt>verbose</tt>       whether to be verbose (passes -v to rsync)
 </p>
 </li>
 <li>
 <p>
-<tt>exclude</tt>   exclude list for rsync. One exclude specification on each line.
+<tt>very_verbose</tt>  be very verbose (-v also for mkdir, cp, rm)
+</p>
+</li>
+<li>
+<p>
+<tt>exclude</tt>       exclude list for rsync. <em>\\n</em> seperated list.
 </p>
 </li>
 <li>
@@ -437,7 +442,16 @@ To use the rsync protocol without the ssh-tunnel, use
 <div class="content">
 <pre><tt>   [11:35] zaphodbeeblebrox:ccollect-0.2% touch conf/sources/testsource1/verbose</tt></pre>
 </div></div>
-<h4>4.3.3. Detailled description of "exclude"</h4>
+<h4>4.3.3. Detailled description of "very_verbose"</h4>
+<p><tt>very_verbose</tt> tells <tt>ccollect</tt> that it should log very verbose.</p>
+<p>If this file exists in the source specification <strong>-v</strong> will be passed to
+<tt>rsync</tt>, <tt>cp</tt>, <tt>rm</tt> and <tt>mkdir</tt>.</p>
+<p>Example:</p>
+<div class="listingblock">
+<div class="content">
+<pre><tt>   [23:67] nohost:~% touch conf/sources/testsource1/very_verbose</tt></pre>
+</div></div>
+<h4>4.3.4. Detailled description of "exclude"</h4>
 <p><tt>exclude</tt> specifies a list of paths to exclude. The entries are new line (\n)
 seperated.</p>
 <p>Example:</p>
@@ -449,7 +463,7 @@ seperated.</p>
    etwas mit leerzeichenli
    something with spaces is not a problem</tt></pre>
 </div></div>
-<h4>4.3.4. Detailled description of "destination"</h4>
+<h4>4.3.5. Detailled description of "destination"</h4>
 <p><tt>destination</tt> must be a link to the destination directory.</p>
 <p>Example:</p>
 <div class="listingblock">
@@ -457,7 +471,7 @@ seperated.</p>
 <pre><tt>   [11:36] zaphodbeeblebrox:ccollect-0.2% ls -l conf/sources/testsource2/destination
    lrwxrwxrwx  1 nico users 20 2005-11-17 16:44 conf/sources/testsource2/destination -&gt; /home/nico/backupdir</tt></pre>
 </div></div>
-<h4>4.3.5. Detailled description of "intervalls/"</h4>
+<h4>4.3.6. Detailled description of "intervalls/"</h4>
 <p>When you create a subdirectory <tt>intervalls/</tt> within your source configuration
 directory, you can specify individiual intervalls for this specific source.
 Each file below this directory describes an intervall.</p>
@@ -472,7 +486,7 @@ Each file below this directory describes an intervall.</p>
    5
    20</tt></pre>
 </div></div>
-<h4>4.3.6. Detailled description of "rsync_options"</h4>
+<h4>4.3.7. Detailled description of "rsync_options"</h4>
 <p>When you create the file <tt>rsync_options</tt> below your source configuration,
 all the parameters found in this file will be passed to rsync. This
 way you can pass additional options to rsync. For instance you can tell rsync
@@ -655,7 +669,7 @@ srwali01:/etc/ccollect/sources# du -sh /mnt/hdbackup/wl6/*
 <div id="footer">
 <div id="footer-text">
 Version 0.2.2<br />
-Last updated 21-Jan-2006 11:37:48 CEST
+Last updated 22-Jan-2006 10:49:24 CEST
 </div>
 </div>
 </body>
diff --git a/doc/ccollect.text b/doc/ccollect.text
index f19dae6..0654320 100644
--- a/doc/ccollect.text
+++ b/doc/ccollect.text
@@ -172,6 +172,18 @@ Example:
    [11:35] zaphodbeeblebrox:ccollect-0.2% touch conf/sources/testsource1/verbose
 --------------------------------------------------------------------------------
 
+Detailled description of "very_verbose"
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+`very_verbose` tells `ccollect` that it should log very verbose.
+
+If this file exists in the source specification *-v* will be passed to
+`rsync`, `cp`, `rm` and `mkdir`.
+
+Example:
+--------------------------------------------------------------------------------
+   [23:67] nohost:~% touch conf/sources/testsource1/very_verbose
+--------------------------------------------------------------------------------
+
 
 Detailled description of "exclude"
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^