2007-08-16 17:59:54 +00:00
|
|
|
ccollect(1)
|
|
|
|
===========
|
|
|
|
Nico Schottelius <nico-ccollect--@--schottelius.org>
|
2006-05-12 15:42:08 +00:00
|
|
|
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
ccollect - (pseudo) incremental backup with different exclude lists using hardlinks and rsync
|
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2009-10-12 06:04:22 +00:00
|
|
|
'ccollect.sh' [args] <interval name> <sources to backup>
|
2006-05-12 15:42:08 +00:00
|
|
|
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2007-08-16 17:59:54 +00:00
|
|
|
`ccollect` is a backup utility written in the sh-scripting language.
|
2006-05-12 15:42:08 +00:00
|
|
|
It does not depend on a specific shell, only `/bin/sh` needs to be
|
|
|
|
bourne shell compatibel (like 'dash', 'ksh', 'zsh', 'bash', ...).
|
|
|
|
|
2007-08-16 17:59:54 +00:00
|
|
|
For more information refer to the manual titled
|
2008-03-10 07:32:51 +00:00
|
|
|
"ccollect - Installing, Configuring and Using" (available as text (asciidoc),
|
|
|
|
texinfo or html).
|
2006-05-12 15:42:08 +00:00
|
|
|
|
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
|
|
|
-h, --help::
|
|
|
|
Show the help screen
|
|
|
|
|
|
|
|
-p, --parallel::
|
|
|
|
Parallelise backup processes
|
|
|
|
|
|
|
|
-a, --all::
|
|
|
|
Backup all sources specified in /etc/ccollect/sources
|
|
|
|
|
|
|
|
-v, --verbose::
|
2009-10-12 06:04:22 +00:00
|
|
|
Be very verbose (uses set -x)
|
|
|
|
|
|
|
|
-V, --version::
|
|
|
|
Show version and exit
|
2006-05-12 15:42:08 +00:00
|
|
|
|
2008-03-10 07:32:51 +00:00
|
|
|
|
2007-08-17 08:48:33 +00:00
|
|
|
SEE ALSO
|
|
|
|
--------
|
2008-03-10 07:32:51 +00:00
|
|
|
ccollect_add_source(1), ccollect_analyse_logs(1), ccollect_logwrapper(1)
|
|
|
|
ccollect_delete_source(1), ccollect_list_intervals(1)
|
2007-08-17 08:48:33 +00:00
|
|
|
|
|
|
|
|
2006-05-12 15:42:08 +00:00
|
|
|
AUTHOR
|
|
|
|
------
|
2007-08-16 17:59:54 +00:00
|
|
|
Nico Schottelius <mailto:nico-ccollect--@--schottelius.org[]>
|
2006-05-12 15:42:08 +00:00
|
|
|
|
|
|
|
|
|
|
|
RESOURCES
|
|
|
|
---------
|
2009-07-01 08:00:18 +00:00
|
|
|
Main web site: http://www.nico.schottelius.org/software/ccollect/[]
|
2006-05-12 15:42:08 +00:00
|
|
|
|
|
|
|
|
|
|
|
COPYING
|
|
|
|
-------
|
2008-03-10 07:32:51 +00:00
|
|
|
Copyright \(C) 2006-2008 Nico Schottelius. Free use of this software is
|
2007-08-16 17:59:54 +00:00
|
|
|
granted under the terms of the GNU General Public License Version 3 (GPLv3).
|