2009-07-01 20:44:36 +00:00
'\" t
2009-05-26 21:45:19 +00:00
. \" Title: ccollect
2009-07-01 20:44:36 +00:00
. \" Author: [see the "AUTHOR" section]
. \" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/>
2010-03-30 16:47:12 +00:00
. \" Date: 11/01/2009
2009-07-01 20:44:36 +00:00
. \" Manual: [FIXME: manual]
. \" Source: [FIXME: source]
. \" Language: English
2009-05-26 21:45:19 +00:00
. \"
2010-03-30 16:47:12 +00:00
.TH "CCOLLECT" "1" "11/01/2009" "[FIXME: source]" "[FIXME: manual]"
2009-07-01 20:44:36 +00:00
. \" -----------------------------------------------------------------
. \" * set default formatting
. \" -----------------------------------------------------------------
2009-05-26 21:45:19 +00:00
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
2009-07-01 20:44:36 +00:00
. \" -----------------------------------------------------------------
. \" * MAIN CONTENT STARTS HERE *
. \" -----------------------------------------------------------------
2009-05-26 21:45:19 +00:00
.SH "NAME"
2009-07-01 20:44:36 +00:00
ccollect \- (pseudo) incremental backup with different exclude lists using hardlinks and rsync
2009-05-26 21:45:19 +00:00
.SH "SYNOPSIS"
.sp
2010-03-30 16:47:12 +00:00
\fI ccollect\& .sh\fR [args] <interval name> <sources to backup>
2009-05-26 21:45:19 +00:00
.SH "DESCRIPTION"
.sp
2009-07-01 20:44:36 +00:00
ccollect is a backup utility written in the sh\- scripting language\& . It does not depend on a specific shell, only /bin/sh needs to be bourne shell compatibel (like \fI dash\fR , \fI ksh\fR , \fI zsh\fR , \fI bash\fR , \& ...)\& .
2009-05-26 21:45:19 +00:00
.sp
2009-07-01 20:44:36 +00:00
For more information refer to the manual titled "ccollect \- Installing, Configuring and Using" (available as text (asciidoc), texinfo or html)\& .
2009-05-26 21:45:19 +00:00
.SH "OPTIONS"
.PP
\- h, \- \- help
.RS 4
Show the help screen
.RE
.PP
\- p, \- \- parallel
.RS 4
Parallelise backup processes
.RE
.PP
\- a, \- \- all
.RS 4
Backup all sources specified in /etc/ccollect/sources
.RE
.PP
\- v, \- \- verbose
.RS 4
2010-03-30 16:47:12 +00:00
Be very verbose (uses set \- x)
.RE
.PP
\- V, \- \- version
.RS 4
Show version and exit
2009-05-26 21:45:19 +00:00
.RE
.SH "SEE ALSO"
.sp
2009-07-01 20:44:36 +00:00
ccollect_add_source(1), ccollect_analyse_logs(1), ccollect_logwrapper(1) ccollect_delete_source(1), ccollect_list_intervals(1)
2009-05-26 21:45:19 +00:00
.SH "AUTHOR"
.sp
2009-07-01 20:44:36 +00:00
Nico Schottelius <nico\- ccollect\- \- @\- \- schottelius\& .org>
2009-05-26 21:45:19 +00:00
.SH "RESOURCES"
.sp
2009-07-01 20:44:36 +00:00
Main web site: http://www\& .nico\& .schottelius\& .org/software/ccollect/
2009-05-26 21:45:19 +00:00
.SH "COPYING"
.sp
2009-07-01 20:44:36 +00:00
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)\& .