cdist/cdist/conf/type/__ccollect_source/man.rst

64 lines
1.2 KiB
ReStructuredText
Raw Normal View History

cdist-type__ccollect_source(7)
==============================
2016-05-20 06:50:56 +00:00
Manage ccollect sources
2016-05-20 06:50:56 +00:00
Nico Schottelius <nico-cdist--@--schottelius.org>
DESCRIPTION
-----------
This cdist type allows you to create or delete ccollect sources.
2016-05-20 06:50:56 +00:00
REQUIRED PARAMETERS
-------------------
2016-05-20 06:50:56 +00:00
source
The source from which to backup
2016-05-20 06:50:56 +00:00
destination
The destination directory
OPTIONAL PARAMETERS
-------------------
2016-05-20 06:50:56 +00:00
state
'present' or 'absent', defaults to 'present'
2016-05-20 06:50:56 +00:00
ccollectconf
The CCOLLECT_CONF directory. Defaults to /etc/ccollect.
OPTIONAL MULTIPLE PARAMETERS
----------------------------
2016-05-20 06:50:56 +00:00
exclude
Paths to exclude of backup
2016-05-20 06:50:56 +00:00
BOOLEAN PARAMETERS
------------------
2016-05-20 06:50:56 +00:00
verbose
Whether to report backup verbosely
2016-05-20 06:50:56 +00:00
EXAMPLES
--------
2016-05-20 06:50:56 +00:00
.. code-block:: sh
2016-05-20 06:50:56 +00:00
__ccollect_source doc.ungleich.ch \
--source doc.ungleich.ch:/ \
--destination /backup/doc.ungleich.ch \
--exclude '/proc/*' --exclude '/sys/*' \
--verbose
SEE ALSO
--------
2016-05-20 06:50:56 +00:00
- `cdist-type(7) <cdist-type.html>`_
- ccollect(1)
- http://www.nico.schottelius.org/software/ccollect/
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).