diff --git a/doc/ccollect.text b/doc/ccollect.text index 1a9db04..73f35ca 100644 --- a/doc/ccollect.text +++ b/doc/ccollect.text @@ -591,7 +591,7 @@ Detailed description of "mtime" By default, ccollect.sh chooses the most recent backup directory for cloning or the oldest for deletion based on the directory's last change time (ctime). With this option, the sorting is done based on modification time (mtime). With -this version of ccollect.sh, the ctime and mtime of your backups will normally +this version of ccollect, the ctime and mtime of your backups will normally be the same and this option has no effect. However, if you, for example, move your backups to another hard disk using cp -a or rsync -a, you should use this option because the ctimes are not preserved during such operations. @@ -602,11 +602,12 @@ earlier, do not use this option. Detailed description of "quiet_if_down" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ By default, ccollect.sh emits a series of error messages if a source is not -connectable. With this option enabled, ccollect.sh still reports that the +connectable. With this option enabled, ccollect still reports that the source is not connectable but the associated error messages generated by rsync or ssh are suppressed. You may want to use this option for sources, like notebook PCs, that are often disconnected. + Hints -----