From 97c56b247e810a11894d7b6119abad2b20a75b1c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 16 Aug 2007 19:57:00 +0200 Subject: [PATCH] Add manpage for delete_ccollect_source --- doc/man/delete_ccollect_source.text | 55 +++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 doc/man/delete_ccollect_source.text diff --git a/doc/man/delete_ccollect_source.text b/doc/man/delete_ccollect_source.text new file mode 100644 index 0000000..efd1473 --- /dev/null +++ b/doc/man/delete_ccollect_source.text @@ -0,0 +1,55 @@ +delete_ccollect_source(1) +========================= +Nico Schottelius + + +NAME +---- +delete_ccollect_source - delete sources from ccollect(1) + + +SYNOPSIS +-------- +'add_ccollect_source.sh' [-d] [-f] + + +DESCRIPTION +----------- +delete_ccollect_source.sh deletes backup sources from ccollect(1) and optional +also the backups created for that source. + +OPTIONS +------- +-d: + Delete also the destination directory. `'add_ccollect_source.sh` will change + to the source/'name'/destination directory, get the absolute name and delete + it recursively. +-f: + Force deletion. Do not ask. Very handy for people who know what they do. + Very dangerous for everyone. + + +FILES +----- +$CCOLLECT_CONF/sources:: + Directory containing the sources. $CCOLLECT_CONF is '/etc/ccollect', if unset. + +SEE ALSO +-------- +add_ccollect_source(1), ccollect(1) + + +AUTHOR +------ +Nico Schottelius + + +RESOURCES +--------- +Main web site: http://unix.schottelius.org/ccollect/[] + + +COPYING +------- +Copyright \(C) 2007 Nico Schottelius. Free use of this software is +granted under the terms of the GNU General Public License Version 3 (GPLv3).