cdist-type__ccollect_source(7)


Table of Contents

1. NAME
2. DESCRIPTION
3. REQUIRED PARAMETERS
4. OPTIONAL PARAMETERS
5. OPTIONAL MULTIPLE PARAMETERS
6. EXAMPLES
7. SEE ALSO
8. COPYING

1. NAME

cdist-type__ccollect_source - Manage ccollect sources

2. DESCRIPTION

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

3. REQUIRED PARAMETERS

source
The source from which to backup
destination
The destination directory

4. OPTIONAL PARAMETERS

state
present or absent, defaults to present

5. OPTIONAL MULTIPLE PARAMETERS

exclude
Paths to exclude of backup

6. EXAMPLES

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

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

7. SEE ALSO

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