update manpages
This commit is contained in:
parent
65c329e892
commit
4487f89fb1
5 changed files with 24 additions and 20 deletions
|
@ -20,7 +20,8 @@ It does not depend on a specific shell, only `/bin/sh` needs to be
|
|||
bourne shell compatibel (like 'dash', 'ksh', 'zsh', 'bash', ...).
|
||||
|
||||
For more information refer to the manual titled
|
||||
"ccollect - Installing, Configuring and Using" (available as texinfo or html).
|
||||
"ccollect - Installing, Configuring and Using" (available as text (asciidoc),
|
||||
texinfo or html).
|
||||
|
||||
|
||||
OPTIONS
|
||||
|
@ -37,10 +38,11 @@ OPTIONS
|
|||
-v, --verbose::
|
||||
Be very verbose (uses set -x).
|
||||
|
||||
|
||||
SEE ALSO
|
||||
--------
|
||||
add_ccollect_source(1), ccollect-logwrapper(1)
|
||||
delete_ccollect_source(1), list_ccollect_intervals(1)
|
||||
ccollect_add_source(1), ccollect_analyse_logs(1), ccollect_logwrapper(1)
|
||||
ccollect_delete_source(1), ccollect_list_intervals(1)
|
||||
|
||||
|
||||
AUTHOR
|
||||
|
@ -55,5 +57,5 @@ Main web site: http://unix.schottelius.org/ccollect/[]
|
|||
|
||||
COPYING
|
||||
-------
|
||||
Copyright \(C) 2006-2007 Nico Schottelius. Free use of this software is
|
||||
Copyright \(C) 2006-2008 Nico Schottelius. Free use of this software is
|
||||
granted under the terms of the GNU General Public License Version 3 (GPLv3).
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
add_ccollect_source(1)
|
||||
ccollect_add_source(1)
|
||||
======================
|
||||
Nico Schottelius <nico-ccollect--@--schottelius.org>
|
||||
|
||||
|
@ -55,8 +55,8 @@ source_postfix::
|
|||
|
||||
SEE ALSO
|
||||
--------
|
||||
ccollect(1), ccollect-logwrapper(1),
|
||||
ccollect_delete_source(1), ccollect_list_intervals(1)
|
||||
ccollect(1), ccollect_analyse_logs.sh, ccollect_delete_source(1),
|
||||
ccollect_list_intervals(1), ccollect_logwrapper(1),
|
||||
|
||||
|
||||
AUTHOR
|
||||
|
@ -71,5 +71,5 @@ Main web site: http://unix.schottelius.org/ccollect/[]
|
|||
|
||||
COPYING
|
||||
-------
|
||||
Copyright \(C) 2007 Nico Schottelius. Free use of this software is
|
||||
Copyright \(C) 2007-2008 Nico Schottelius. Free use of this software is
|
||||
granted under the terms of the GNU General Public License Version 3 (GPLv3).
|
||||
|
|
|
@ -18,6 +18,7 @@ DESCRIPTION
|
|||
ccollect_delete_source.sh deletes backup sources from ccollect(1) and optional
|
||||
also the backups created for that source.
|
||||
|
||||
|
||||
OPTIONS
|
||||
-------
|
||||
-d:
|
||||
|
@ -26,7 +27,7 @@ OPTIONS
|
|||
it recursively.
|
||||
-f:
|
||||
Force deletion. Do not ask. Very handy for people who know what they do.
|
||||
Very dangerous for everyone.
|
||||
Very dangerous for everyone else.
|
||||
|
||||
|
||||
FILES
|
||||
|
@ -36,8 +37,8 @@ $CCOLLECT_CONF/sources::
|
|||
|
||||
SEE ALSO
|
||||
--------
|
||||
ccollect_add_source(1), ccollect(1),
|
||||
ccollect-logwrapper(1), ccollect_list_intervals(1)
|
||||
ccollect(1), ccollect_add_source(1), ccollect_add_source(1),
|
||||
ccollect_logwrapper(1), ccollect_list_intervals(1)
|
||||
|
||||
|
||||
AUTHOR
|
||||
|
|
|
@ -10,7 +10,7 @@ ccollect_list_intervals - list available intervals from ccollect(1)
|
|||
|
||||
SYNOPSIS
|
||||
--------
|
||||
'list_ccollect_intervals.sh'
|
||||
'ccollect_list_intervals.sh'
|
||||
|
||||
|
||||
DESCRIPTION
|
||||
|
@ -28,8 +28,8 @@ $CCOLLECT_CONF/intervals::
|
|||
|
||||
SEE ALSO
|
||||
--------
|
||||
ccollect_add_source(1), ccollect_analyse_logs(1),
|
||||
ccollect_logwrapper(1), ccollect_delete_source(1), ccollect(1)
|
||||
collect(1), ccollect_add_source(1), ccollect_analyse_logs(1),
|
||||
ccollect_delete_source(1), ccollect_logwrapper(1)
|
||||
|
||||
|
||||
AUTHOR
|
||||
|
|
|
@ -5,17 +5,17 @@ Nico Schottelius <nico-ccollect--@--schottelius.org>
|
|||
|
||||
NAME
|
||||
----
|
||||
ccollect-logwrapper - start ccollect(1) and create a unique log
|
||||
ccollect_logwrapper - start ccollect(1) and create a unique logfile
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
'ccollect-logwrapper.sh' <ccollect options>
|
||||
'ccollect_logwrapper.sh' <ccollect options>
|
||||
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
ccollect-logwrapper.sh creates a unique logfile below
|
||||
ccollect_logwrapper.sh creates a unique logfile below
|
||||
'$CCOLLECT_CONF/logwrapper' and redirects ccollect(1) output
|
||||
(stdout and stderr) to it.
|
||||
|
||||
|
@ -33,10 +33,11 @@ $CCOLLECT_CONF/logwrapper::
|
|||
$CCOLLECT_CONF/logwrapper/destination::
|
||||
Link to the destination directory for the logfiles
|
||||
|
||||
|
||||
SEE ALSO
|
||||
--------
|
||||
add_ccollect_source(1), ccollect(1),
|
||||
delete_ccollect_source(1), list_ccollect_intervals(1)
|
||||
ccollect(1), ccollect_add_source(1), ccollect_analyse_logs(1),
|
||||
ccollect_delete_source(1), ccollect_list_intervals(1)
|
||||
|
||||
|
||||
AUTHOR
|
||||
|
@ -51,5 +52,5 @@ Main web site: http://unix.schottelius.org/ccollect/[]
|
|||
|
||||
COPYING
|
||||
-------
|
||||
Copyright \(C) 2007 Nico Schottelius. Free use of this software is
|
||||
Copyright \(C) 2007-2008 Nico Schottelius. Free use of this software is
|
||||
granted under the terms of the GNU General Public License Version 3 (GPLv3).
|
||||
|
|
Loading…
Reference in a new issue