forked from ungleich-public/ccollect
DOC: cosmetic changes
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
4b560f64f4
commit
ba11374c6f
1 changed files with 3 additions and 2 deletions
|
@ -591,7 +591,7 @@ Detailed description of "mtime"
|
||||||
By default, ccollect.sh chooses the most recent backup directory for cloning or
|
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).
|
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
|
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
|
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
|
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.
|
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"
|
Detailed description of "quiet_if_down"
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
By default, ccollect.sh emits a series of error messages if a source is not
|
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
|
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,
|
rsync or ssh are suppressed. You may want to use this option for sources,
|
||||||
like notebook PCs, that are often disconnected.
|
like notebook PCs, that are often disconnected.
|
||||||
|
|
||||||
|
|
||||||
Hints
|
Hints
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue