22. cdist-type__ccollect_source(7)

Manage ccollect sources

Nico Schottelius <nico-cdist--@--schottelius.org>

22.1. DESCRIPTION

This cdist type allows you to create or delete ccollect sources.

22.2. REQUIRED PARAMETERS

source
The source from which to backup
destination
The destination directory

22.3. OPTIONAL PARAMETERS

state
‘present’ or ‘absent’, defaults to ‘present’
ccollectconf
The CCOLLECT_CONF directory. Defaults to /etc/ccollect.

22.4. OPTIONAL MULTIPLE PARAMETERS

exclude
Paths to exclude of backup

22.5. BOOLEAN PARAMETERS

verbose
Whether to report backup verbosely

22.6. EXAMPLES

__ccollect_source doc.ungleich.ch \
    --source doc.ungleich.ch:/ \
    --destination /backup/doc.ungleich.ch \
    --exclude '/proc/*' --exclude '/sys/*' \
    --verbose

22.8. COPYING

Copyright (C) 2014 Nico Schottelius. Free use of this software is granted under the terms of the GNU General Public License version 3 (GPLv3).