Update documentation for ccollect-logwrapper
This commit is contained in:
parent
916e0cb2ff
commit
b007d346eb
6 changed files with 13 additions and 5 deletions
1
Makefile
1
Makefile
|
@ -35,6 +35,7 @@ docdir=${dir}/doc
|
|||
MANDOCS = doc/man/ccollect.text \
|
||||
doc/man/add_ccollect_source.text \
|
||||
doc/man/delete_ccollect_source.text \
|
||||
doc/man/ccollect-logwrapper.text \
|
||||
doc/man/list_ccollect_intervals.text
|
||||
|
||||
DOCS = ${MANDOCS} doc/ccollect.text doc/ccollect-DE.text
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
0.6 to 0.6.1:
|
||||
* Added check for destination_base in add_ccollect_source.sh
|
||||
* Add support for -V and --version
|
||||
* Added support for -V and --version
|
||||
* Added ccollect-logwrapper.sh (and a manpage ;-)
|
||||
* Changed behaviour: ccollect now clones from the latest existing backup,
|
||||
independent of the interval. This way different intervals do not
|
||||
diverge. ccollect uses ls -c to determine latest backup.
|
||||
|
||||
0.5.2 to 0.6:
|
||||
* Always print return code of rsync
|
||||
|
|
|
@ -53,7 +53,8 @@ source_postfix::
|
|||
|
||||
SEE ALSO
|
||||
--------
|
||||
ccollect(1), delete_ccollect_source(1), list_ccollect_intervals(1)
|
||||
ccollect(1), ccollect-logwrapper(1),
|
||||
delete_ccollect_source(1), list_ccollect_intervals(1)
|
||||
|
||||
|
||||
AUTHOR
|
||||
|
|
|
@ -39,7 +39,8 @@ OPTIONS
|
|||
|
||||
SEE ALSO
|
||||
--------
|
||||
add_ccollect_source(1), delete_ccollect_source(1), list_ccollect_intervals(1)
|
||||
add_ccollect_source(1), ccollect-logwrapper(1)
|
||||
delete_ccollect_source(1), list_ccollect_intervals(1)
|
||||
|
||||
|
||||
AUTHOR
|
||||
|
|
|
@ -36,7 +36,8 @@ $CCOLLECT_CONF/sources::
|
|||
|
||||
SEE ALSO
|
||||
--------
|
||||
add_ccollect_source(1), ccollect(1), list_ccollect_intervals(1)
|
||||
add_ccollect_source(1), ccollect(1),
|
||||
ccollect-logwrapper(1), list_ccollect_intervals(1)
|
||||
|
||||
|
||||
AUTHOR
|
||||
|
|
|
@ -26,7 +26,8 @@ $CCOLLECT_CONF/intervals::
|
|||
|
||||
SEE ALSO
|
||||
--------
|
||||
add_ccollect_source(1), ccollect(1), delete_ccollect_source(1)
|
||||
add_ccollect_source(1), ccollect(1),
|
||||
ccollect-logwrapper(1), delete_ccollect_source(1)
|
||||
|
||||
|
||||
AUTHOR
|
||||
|
|
Loading…
Reference in a new issue