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', ...).
|
bourne shell compatibel (like 'dash', 'ksh', 'zsh', 'bash', ...).
|
||||||
|
|
||||||
For more information refer to the manual titled
|
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
|
OPTIONS
|
||||||
|
@ -37,10 +38,11 @@ OPTIONS
|
||||||
-v, --verbose::
|
-v, --verbose::
|
||||||
Be very verbose (uses set -x).
|
Be very verbose (uses set -x).
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
add_ccollect_source(1), ccollect-logwrapper(1)
|
ccollect_add_source(1), ccollect_analyse_logs(1), ccollect_logwrapper(1)
|
||||||
delete_ccollect_source(1), list_ccollect_intervals(1)
|
ccollect_delete_source(1), ccollect_list_intervals(1)
|
||||||
|
|
||||||
|
|
||||||
AUTHOR
|
AUTHOR
|
||||||
|
@ -55,5 +57,5 @@ Main web site: http://unix.schottelius.org/ccollect/[]
|
||||||
|
|
||||||
COPYING
|
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).
|
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>
|
Nico Schottelius <nico-ccollect--@--schottelius.org>
|
||||||
|
|
||||||
|
@ -55,8 +55,8 @@ source_postfix::
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
ccollect(1), ccollect-logwrapper(1),
|
ccollect(1), ccollect_analyse_logs.sh, ccollect_delete_source(1),
|
||||||
ccollect_delete_source(1), ccollect_list_intervals(1)
|
ccollect_list_intervals(1), ccollect_logwrapper(1),
|
||||||
|
|
||||||
|
|
||||||
AUTHOR
|
AUTHOR
|
||||||
|
@ -71,5 +71,5 @@ Main web site: http://unix.schottelius.org/ccollect/[]
|
||||||
|
|
||||||
COPYING
|
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).
|
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
|
ccollect_delete_source.sh deletes backup sources from ccollect(1) and optional
|
||||||
also the backups created for that source.
|
also the backups created for that source.
|
||||||
|
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-------
|
-------
|
||||||
-d:
|
-d:
|
||||||
|
@ -26,7 +27,7 @@ OPTIONS
|
||||||
it recursively.
|
it recursively.
|
||||||
-f:
|
-f:
|
||||||
Force deletion. Do not ask. Very handy for people who know what they do.
|
Force deletion. Do not ask. Very handy for people who know what they do.
|
||||||
Very dangerous for everyone.
|
Very dangerous for everyone else.
|
||||||
|
|
||||||
|
|
||||||
FILES
|
FILES
|
||||||
|
@ -36,8 +37,8 @@ $CCOLLECT_CONF/sources::
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
ccollect_add_source(1), ccollect(1),
|
ccollect(1), ccollect_add_source(1), ccollect_add_source(1),
|
||||||
ccollect-logwrapper(1), ccollect_list_intervals(1)
|
ccollect_logwrapper(1), ccollect_list_intervals(1)
|
||||||
|
|
||||||
|
|
||||||
AUTHOR
|
AUTHOR
|
||||||
|
|
|
@ -10,7 +10,7 @@ ccollect_list_intervals - list available intervals from ccollect(1)
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
'list_ccollect_intervals.sh'
|
'ccollect_list_intervals.sh'
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
@ -28,8 +28,8 @@ $CCOLLECT_CONF/intervals::
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
ccollect_add_source(1), ccollect_analyse_logs(1),
|
collect(1), ccollect_add_source(1), ccollect_analyse_logs(1),
|
||||||
ccollect_logwrapper(1), ccollect_delete_source(1), ccollect(1)
|
ccollect_delete_source(1), ccollect_logwrapper(1)
|
||||||
|
|
||||||
|
|
||||||
AUTHOR
|
AUTHOR
|
||||||
|
|
|
@ -5,17 +5,17 @@ Nico Schottelius <nico-ccollect--@--schottelius.org>
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
----
|
----
|
||||||
ccollect-logwrapper - start ccollect(1) and create a unique log
|
ccollect_logwrapper - start ccollect(1) and create a unique logfile
|
||||||
|
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
'ccollect-logwrapper.sh' <ccollect options>
|
'ccollect_logwrapper.sh' <ccollect options>
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION
|
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
|
'$CCOLLECT_CONF/logwrapper' and redirects ccollect(1) output
|
||||||
(stdout and stderr) to it.
|
(stdout and stderr) to it.
|
||||||
|
|
||||||
|
@ -33,10 +33,11 @@ $CCOLLECT_CONF/logwrapper::
|
||||||
$CCOLLECT_CONF/logwrapper/destination::
|
$CCOLLECT_CONF/logwrapper/destination::
|
||||||
Link to the destination directory for the logfiles
|
Link to the destination directory for the logfiles
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
add_ccollect_source(1), ccollect(1),
|
ccollect(1), ccollect_add_source(1), ccollect_analyse_logs(1),
|
||||||
delete_ccollect_source(1), list_ccollect_intervals(1)
|
ccollect_delete_source(1), ccollect_list_intervals(1)
|
||||||
|
|
||||||
|
|
||||||
AUTHOR
|
AUTHOR
|
||||||
|
@ -51,5 +52,5 @@ Main web site: http://unix.schottelius.org/ccollect/[]
|
||||||
|
|
||||||
COPYING
|
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).
|
granted under the terms of the GNU General Public License Version 3 (GPLv3).
|
||||||
|
|
Loading…
Reference in a new issue