44 lines
		
	
	
	
		
			5.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
	
		
			5.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>add_ccollect_source(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.73.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="id2242392"></a>add_ccollect_source(1)</h2></div><div><div class="author"><h3 class="author"><span class="firstname">Nico</span> <span class="surname">Schottelius</span></h3><div class="affiliation"><div class="address"><p><code class="email"><<a class="email" href="mailto:nico-ccollect--@--schottelius.org">nico-ccollect--@--schottelius.org</a>></code></p></div></div></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="#id2543539">NAME</a></span></dt><dt><span class="section"><a href="#id2543550">SYNOPSIS</a></span></dt><dt><span class="section"><a href="#id2543564">DESCRIPTION</a></span></dt><dt><span class="section"><a href="#id2543583">FILES</a></span></dt><dt><span class="section"><a href="#id2505910">SEE ALSO</a></span></dt><dt><span class="section"><a href="#id2505125">AUTHOR</a></span></dt><dt><span class="section"><a href="#id2505144">RESOURCES</a></span></dt><dt><span class="section"><a href="#id2505160">COPYING</a></span></dt></dl></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2543539"></a>NAME</h2></div></div></div><p>add_ccollect_source - create new source for ccollect(1)</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2543550"></a>SYNOPSIS</h2></div></div></div><p><span class="emphasis"><em>add_ccollect_source.sh</em></span> <hostnames to create sources for></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2543564"></a>DESCRIPTION</h2></div></div></div><p>add_ccollect_source.sh creates a new backup source for use with ccollect(1).
 | 
						|
It copies the files from to the source directory with the hostname below
 | 
						|
<span class="emphasis"><em>$CCOLLECT_CONF/sources</em></span>.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2543583"></a>FILES</h2></div></div></div><div class="variablelist"><dl><dt><span class="term">
 | 
						|
$CCOLLECT_CONF/defaults/sources
 | 
						|
</span></dt><dd>
 | 
						|
   Main configuration directory. $CCOLLECT_CONF is <span class="emphasis"><em>/etc/ccollect</em></span>, if unset.
 | 
						|
   All the following files reside below this directory.
 | 
						|
</dd><dt><span class="term">
 | 
						|
exclude
 | 
						|
, </span><span class="term">
 | 
						|
summary
 | 
						|
, </span><span class="term">
 | 
						|
intervals
 | 
						|
, </span><span class="term">
 | 
						|
pre_exec
 | 
						|
, </span><span class="term">
 | 
						|
post_exec
 | 
						|
, </span><span class="term">
 | 
						|
rsync_options
 | 
						|
, </span><span class="term">
 | 
						|
verbose
 | 
						|
, </span><span class="term">
 | 
						|
very_verbose
 | 
						|
</span></dt><dd>
 | 
						|
   Those are the standard configuration files known by ccollect(1).
 | 
						|
   If the file exist it will be copied to the newly created source.
 | 
						|
   Directories (<span class="emphasis"><em>intervals</em></span>) are copied recursively.
 | 
						|
</dd><dt><span class="term">
 | 
						|
destination_base
 | 
						|
</span></dt><dd>
 | 
						|
   A link to the directory where to store the backups. Below this directory
 | 
						|
   <code class="literal">add_ccollect_source.sh</code> will create a directory with the hostname you
 | 
						|
   specified on the command line.
 | 
						|
</dd><dt><span class="term">
 | 
						|
source_prefix
 | 
						|
, </span><span class="term">
 | 
						|
source_postfix
 | 
						|
</span></dt><dd>
 | 
						|
   <code class="literal">source_prefix</code> is put before the hostname, <code class="literal">source_postfix</code> is appended
 | 
						|
   after it. A common value for <code class="literal">source_prefix</code> maybe <span class="emphasis"><em>root@</em></span> and <span class="emphasis"><em>:/</em></span>
 | 
						|
   for <code class="literal">source_postfix</code>.
 | 
						|
</dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2505910"></a>SEE ALSO</h2></div></div></div><p>ccollect(1), ccollect-logwrapper(1),
 | 
						|
delete_ccollect_source(1), list_ccollect_intervals(1)</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2505125"></a>AUTHOR</h2></div></div></div><p>Nico Schottelius <<a class="ulink" href="mailto:nico-ccollect%E2%80%94@--schottelius.org" target="_top">nico-ccollect—@--schottelius.org</a>></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2505144"></a>RESOURCES</h2></div></div></div><p>Main web site: <a class="ulink" href="http://unix.schottelius.org/ccollect/" target="_top">http://unix.schottelius.org/ccollect/</a></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2505160"></a>COPYING</h2></div></div></div><p>Copyright (C) 2007 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>
 |