67 lines
6.2 KiB
HTML
67 lines
6.2 KiB
HTML
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ccollect(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div lang="en" class="article" title="ccollect(1)"><div class="titlepage"><div><div><h2 class="title"><a name="idp62483048"></a>ccollect(1)</h2></div><div><div class="author"><h3 class="author"><span class="firstname">Nico</span> <span class="surname">Schottelius</span></h3><code class="email"><<a class="email" href="mailto:nico-ccollect--@--schottelius.org">nico-ccollect--@--schottelius.org</a>></code></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="#_name">NAME</a></span></dt><dt><span class="section"><a href="#_synopsis">SYNOPSIS</a></span></dt><dt><span class="section"><a href="#_description">DESCRIPTION</a></span></dt><dt><span class="section"><a href="#_options">OPTIONS</a></span></dt><dt><span class="section"><a href="#_logging_mechanism">LOGGING MECHANISM</a></span></dt><dt><span class="section"><a href="#_see_also">SEE ALSO</a></span></dt><dt><span class="section"><a href="#_author">AUTHOR</a></span></dt><dt><span class="section"><a href="#_resources">RESOURCES</a></span></dt><dt><span class="section"><a href="#_copying">COPYING</a></span></dt></dl></div><div class="section" title="NAME"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_name"></a>NAME</h2></div></div></div><p>ccollect - (pseudo) incremental backup with different exclude lists using hardlinks and rsync</p></div><div class="section" title="SYNOPSIS"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_synopsis"></a>SYNOPSIS</h2></div></div></div><p><span class="emphasis"><em>ccollect.sh</em></span> [args] <interval name> <sources to backup></p></div><div class="section" title="DESCRIPTION"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_description"></a>DESCRIPTION</h2></div></div></div><p><code class="literal">ccollect</code> is a backup utility written in the sh-scripting language.
|
|
It does not depend on a specific shell, only <code class="literal">/bin/sh</code> needs to be
|
|
bourne shell compatibel (like <span class="emphasis"><em>dash</em></span>, <span class="emphasis"><em>ksh</em></span>, <span class="emphasis"><em>zsh</em></span>, <span class="emphasis"><em>bash</em></span>, …).</p><p>For more information refer to the manual titled
|
|
"ccollect - Installing, Configuring and Using" (available as text (asciidoc),
|
|
texinfo or html).</p></div><div class="section" title="OPTIONS"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_options"></a>OPTIONS</h2></div></div></div><div class="variablelist"><dl><dt><span class="term">
|
|
-a, --all
|
|
</span></dt><dd>
|
|
Backup all sources specified in /etc/ccollect/sources
|
|
</dd><dt><span class="term">
|
|
-e, --errors
|
|
</span></dt><dd>
|
|
Log only errors
|
|
</dd><dt><span class="term">
|
|
-h, --help
|
|
</span></dt><dd>
|
|
Show the help screen
|
|
</dd><dt><span class="term">
|
|
-j [max], --jobs [max]
|
|
</span></dt><dd>
|
|
Specifies the number of jobs to run simultaneously.
|
|
If max is not specified then parallelise all jobs.
|
|
</dd><dt><span class="term">
|
|
-l FILE, --logfile FILE
|
|
</span></dt><dd>
|
|
Log to specified file
|
|
</dd><dt><span class="term">
|
|
-p, --parallel
|
|
</span></dt><dd>
|
|
Parallelise backup processes (deprecated from 2.0)
|
|
</dd><dt><span class="term">
|
|
-s, --syslog
|
|
</span></dt><dd>
|
|
Log to syslog with tag ccollect
|
|
</dd><dt><span class="term">
|
|
-V, --version
|
|
</span></dt><dd>
|
|
Show version and exit
|
|
</dd><dt><span class="term">
|
|
-v, --verbose
|
|
</span></dt><dd>
|
|
Be very verbose (uses set -x)
|
|
</dd></dl></div></div><div class="section" title="LOGGING MECHANISM"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_logging_mechanism"></a>LOGGING MECHANISM</h2></div></div></div><p>ccollect logging depends on running in non-interactive/interactive mode
|
|
and on specified optins. The mechanism behaves as the following:</p><div class="variablelist"><dl><dt><span class="term">
|
|
non-interactive mode
|
|
</span></dt><dd><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
|
|
standard output goes to syslog
|
|
</li><li class="listitem">
|
|
optional: specify logging into file
|
|
</li><li class="listitem">
|
|
log all output by default
|
|
</li><li class="listitem">
|
|
optional: log only errors
|
|
</li></ul></div></dd><dt><span class="term">
|
|
interactive mode
|
|
</span></dt><dd><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
|
|
standard output goes to stdout
|
|
</li><li class="listitem">
|
|
log only errors
|
|
</li><li class="listitem"><p class="simpara">
|
|
optional: log into syslog or file
|
|
</p><div class="itemizedlist"><ul class="itemizedlist" type="circle"><li class="listitem">
|
|
log all output by default
|
|
</li><li class="listitem">
|
|
optional: log only errors
|
|
</li></ul></div></li></ul></div></dd></dl></div></div><div class="section" title="SEE ALSO"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_see_also"></a>SEE ALSO</h2></div></div></div><p>ccollect_add_source(1), ccollect_analyse_logs(1), ccollect_logwrapper(1)
|
|
ccollect_delete_source(1), ccollect_list_intervals(1)</p></div><div class="section" title="AUTHOR"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_author"></a>AUTHOR</h2></div></div></div><p>Nico Schottelius <<a class="ulink" href="mailto:nico-ccollect--@--schottelius.org" target="_top">nico-ccollect--@--schottelius.org</a>></p></div><div class="section" title="RESOURCES"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_resources"></a>RESOURCES</h2></div></div></div><p>Main web site: <a class="ulink" href="http://www.nico.schottelius.org/software/ccollect/" target="_top">http://www.nico.schottelius.org/software/ccollect/</a></p></div><div class="section" title="COPYING"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_copying"></a>COPYING</h2></div></div></div><p>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).</p></div></div></body></html>
|