update ccollect_delete_source.sh to 0.7 style

- and update manpages to the new names
- on the way home from duebendorf - rapperswil - bellinzona - giubiasco -
  zuerich - gossau!
This commit is contained in:
Nico Schottelius 2008-03-09 23:06:18 +01:00
commit 33471a3c24
3 changed files with 41 additions and 25 deletions

View file

@ -5,20 +5,21 @@ Nico Schottelius <nico-ccollect--@--schottelius.org>
NAME
----
add_ccollect_source - create new source for ccollect(1)
ccollect_add_source - create new source for ccollect(1)
SYNOPSIS
--------
'add_ccollect_source.sh' <hostnames to create sources for>
'ccollect_add_source.sh' <hostnames to create sources for>
DESCRIPTION
-----------
add_ccollect_source.sh creates a new backup source for use with ccollect(1).
ccollect_add_source.sh creates a new backup source for use with ccollect(1).
It copies the files from to the source directory with the hostname below
'$CCOLLECT_CONF/sources'.
'$CCOLLECT_CONF/sources'. It is designed to run on a backup server to create
new directories for new hosts.
FILES
@ -41,8 +42,9 @@ very_verbose::
destination_base::
A link to the directory where to store the backups. Below this directory
`add_ccollect_source.sh` will create a directory with the hostname you
specified on the command line.
`ccollect_add_source.sh` will create a directory with the hostname you
specified on the command line. A common valua for `destination_base` is
'/home/server/backup'.
source_prefix::
source_postfix::
@ -54,7 +56,7 @@ source_postfix::
SEE ALSO
--------
ccollect(1), ccollect-logwrapper(1),
delete_ccollect_source(1), list_ccollect_intervals(1)
ccollect_delete_source(1), ccollect_list_intervals(1)
AUTHOR

View file

@ -1,21 +1,21 @@
delete_ccollect_source(1)
ccollect_delete_source(1)
=========================
Nico Schottelius <nico-ccollect--@--schottelius.org>
NAME
----
delete_ccollect_source - delete sources from ccollect(1)
ccollect_delete_source - delete sources from ccollect(1)
SYNOPSIS
--------
'delete_ccollect_source.sh' [-d] [-f] <hostnames to create sources for>
'ccollect_delete_source.sh' [-d] [-f] <hostnames to create sources for>
DESCRIPTION
-----------
delete_ccollect_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.
OPTIONS
@ -36,8 +36,8 @@ $CCOLLECT_CONF/sources::
SEE ALSO
--------
add_ccollect_source(1), ccollect(1),
ccollect-logwrapper(1), list_ccollect_intervals(1)
ccollect_add_source(1), ccollect(1),
ccollect-logwrapper(1), ccollect_list_intervals(1)
AUTHOR
@ -52,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).