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

70 lines
1.3 KiB
ReStructuredText
Raw Normal View History

cdist-type__ccollect_source(7)
==============================
NAME
----
cdist-type__ccollect_source - Manage ccollect sources
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-06-30 13:12:32 +00:00
:strong:`ccollect`\ (1)
AUTHORS
-------
Nico Schottelius <nico-cdist--@--schottelius.org>
COPYING
-------
2016-08-10 16:15:54 +00:00
Copyright \(C) 2014 Nico Schottelius. You can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.