parent
091ddac384
commit
cf32b669ff
@ -1,59 +1,58 @@ |
||||
cdist-type__ccollect_source(7) |
||||
============================== |
||||
Nico Schottelius <nico-cdist--@--schottelius.org> |
||||
|
||||
Manage ccollect sources |
||||
|
||||
NAME |
||||
---- |
||||
cdist-type__ccollect_source - Manage ccollect sources |
||||
Nico Schottelius <nico-cdist--@--schottelius.org> |
||||
|
||||
|
||||
DESCRIPTION |
||||
----------- |
||||
This cdist type allows you to create or delete ccollect sources. |
||||
|
||||
|
||||
REQUIRED PARAMETERS |
||||
------------------- |
||||
source:: |
||||
source |
||||
The source from which to backup |
||||
destination:: |
||||
destination |
||||
The destination directory |
||||
|
||||
|
||||
OPTIONAL PARAMETERS |
||||
------------------- |
||||
state:: |
||||
state |
||||
'present' or 'absent', defaults to 'present' |
||||
ccollectconf:: |
||||
ccollectconf |
||||
The CCOLLECT_CONF directory. Defaults to /etc/ccollect. |
||||
|
||||
|
||||
OPTIONAL MULTIPLE PARAMETERS |
||||
---------------------------- |
||||
exclude:: |
||||
exclude |
||||
Paths to exclude of backup |
||||
|
||||
|
||||
BOOLEAN PARAMETERS |
||||
------------------ |
||||
verbose:: |
||||
verbose |
||||
Whether to report backup verbosely |
||||
|
||||
|
||||
EXAMPLES |
||||
-------- |
||||
|
||||
-------------------------------------------------------------------------------- |
||||
__ccollect_source doc.ungleich.ch \ |
||||
--source doc.ungleich.ch:/ \ |
||||
--destination /backup/doc.ungleich.ch \ |
||||
--exclude '/proc/*' --exclude '/sys/*' \ |
||||
--verbose |
||||
.. code-block:: sh |
||||
|
||||
-------------------------------------------------------------------------------- |
||||
__ccollect_source doc.ungleich.ch \ |
||||
--source doc.ungleich.ch:/ \ |
||||
--destination /backup/doc.ungleich.ch \ |
||||
--exclude '/proc/*' --exclude '/sys/*' \ |
||||
--verbose |
||||
|
||||
|
||||
SEE ALSO |
||||
-------- |
||||
- cdist-type(7) |
||||
- `cdist-type(7) <cdist-type.html>`_ |
||||
- ccollect(1) |
||||
- http://www.nico.schottelius.org/software/ccollect/ |
||||
|
@ -1,11 +1,8 @@ |
||||
cdist-type__consul_template_template(7) |
||||