ccollect/doc/man/ccollect.text

54 lines
1.1 KiB
Plaintext
Raw Normal View History

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).
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).