1CDIST-TYPE__CCOLLECT_SOURCE(7)       cdist      CDIST-TYPE__CCOLLECT_SOURCE(7)
2
3
4

NAME

6       cdist-type__ccollect_source - Manage ccollect sources
7

DESCRIPTION

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

REQUIRED PARAMETERS

12       source The source from which to backup
13
14       destination
15              The destination directory
16

OPTIONAL PARAMETERS

18       state  'present' or 'absent', defaults to 'present'
19
20       ccollectconf
21              The CCOLLECT_CONF directory. Defaults to /etc/ccollect.
22

OPTIONAL MULTIPLE PARAMETERS

24       exclude
25              Paths to exclude of backup
26

BOOLEAN PARAMETERS

28       verbose
29              Whether to report backup verbosely
30
31       create-destination
32              Create  the  directory specified in the destination parameter on
33              the remote host
34

EXAMPLES

36          __ccollect_source doc.ungleich.ch \
37              --source doc.ungleich.ch:/ \
38              --destination /backup/doc.ungleich.ch \
39              --exclude '/proc/*' --exclude '/sys/*' \
40              --verbose
41
42          __ccollect_source doc.ungleich.ch \
43              --source doc.ungleich.ch:/ \
44              --destination /backup/doc.ungleich.ch \
45              --exclude '/proc/*' --exclude '/sys/*' \
46              --verbose \
47              --create-destination
48

SEE ALSO

50       ccollect(1)
51

AUTHORS

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

COPYING

56       Copyright (C) 2014 Nico Schottelius. You  can  redistribute  it  and/or
57       modify  it  under  the  terms of the GNU General Public License as pub‐
58       lished by the Free Software Foundation, either version  3  of  the  Li‐
59       cense, or (at your option) any later version.
60
62       ungleich GmbH 2020
63
64
65
66
676.9.6                            Apr 20, 2021   CDIST-TYPE__CCOLLECT_SOURCE(7)
Impressum