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
|
|
|
|
--------
|
|
|
|
'ccollect.sh' <interval name> [args] <sources to backup>
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
"ccollect - Installing, Configuring and Using" (available as 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::
|
|
|
|
Be very verbose (uses set -x).
|
|
|
|
|
2007-08-17 08:48:33 +00:00
|
|
|
SEE ALSO
|
|
|
|
--------
|
2007-08-20 16:09:48 +00:00
|
|
|
add_ccollect_source(1), ccollect-logwrapper(1)
|
|
|
|
delete_ccollect_source(1), list_ccollect_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
|
|
|
|
---------
|
2006-06-13 10:17:15 +00:00
|
|
|
Main web site: http://unix.schottelius.org/ccollect/[]
|
2006-05-12 15:42:08 +00:00
|
|
|
|
|
|
|
|
|
|
|
COPYING
|
|
|
|
-------
|
2007-08-16 17:59:54 +00:00
|
|
|
Copyright \(C) 2006-2007 Nico Schottelius. Free use of this software is
|
|
|
|
granted under the terms of the GNU General Public License Version 3 (GPLv3).
|