1CDIST-TYPE__CCOLLECT_SOURCE(7) cdist CDIST-TYPE__CCOLLECT_SOURCE(7)
2
3
4
6 cdist-type__ccollect_source - Manage ccollect sources
7
9 This cdist type allows you to create or delete ccollect sources.
10
12 source The source from which to backup
13
14 destination
15 The destination directory
16
18 state 'present' or 'absent', defaults to 'present'
19
20 ccollectconf
21 The CCOLLECT_CONF directory. Defaults to /etc/ccollect.
22
24 exclude
25 Paths to exclude of backup
26
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
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
50 ccollect(1)
51
53 Nico Schottelius <nico-cdist--@--schottelius.org>
54
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)