62 lines
1.3 KiB
Text
62 lines
1.3 KiB
Text
|
ccollect(1)
|
||
|
===========
|
||
|
Nico Schottelius <nico-ccollect--@--schottelius.org>
|
||
|
|
||
|
|
||
|
NAME
|
||
|
----
|
||
|
ccollect - (pseudo) incremental backup with different exclude lists using hardlinks and rsync
|
||
|
|
||
|
|
||
|
SYNOPSIS
|
||
|
--------
|
||
|
'ccollect.sh' <interval name> [args] <sources to backup>
|
||
|
|
||
|
|
||
|
DESCRIPTION
|
||
|
-----------
|
||
|
`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 'dash', 'ksh', 'zsh', 'bash', ...).
|
||
|
|
||
|
For more information refer to the manual titled
|
||
|
"ccollect - Installing, Configuring and Using" (available as text (asciidoc),
|
||
|
texinfo or html).
|
||
|
|
||
|
|
||
|
OPTIONS
|
||
|
-------
|
||
|
-h, --help::
|
||
|
Show the help screen
|
||
|
|
||
|
-p, --parallel::
|
||
|
Parallelise backup processes
|
||
|
|
||
|
-a, --all::
|
||
|
Backup all sources specified in /etc/ccollect/sources
|
||
|
|
||
|
-v, --verbose::
|
||
|
Be very verbose (uses set -x).
|
||
|
|
||
|
|
||
|
SEE ALSO
|
||
|
--------
|
||
|
ccollect_add_source(1), ccollect_analyse_logs(1), ccollect_logwrapper(1)
|
||
|
ccollect_delete_source(1), ccollect_list_intervals(1)
|
||
|
|
||
|
|
||
|
AUTHOR
|
||
|
------
|
||
|
Nico Schottelius <mailto:nico-ccollect--@--schottelius.org[]>
|
||
|
|
||
|
|
||
|
RESOURCES
|
||
|
---------
|
||
|
Main web site: http://www.nico.schottelius.org/software/ccollect/[]
|
||
|
|
||
|
|
||
|
COPYING
|
||
|
-------
|
||
|
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).
|