logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cdist-type__ccollect_source - Manage ccollect sources

Authors

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

Boolean Parameters

verbose
              Whether to report backup verbosely

       create-destination
              Create the directory specified in the destination parameter on the remote host

Copying

       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.

Description

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

Examples

          __ccollect_source doc.ungleich.ch \
              --source doc.ungleich.ch:/ \
              --destination /backup/doc.ungleich.ch \
              --exclude '/proc/*' --exclude '/sys/*' \
              --verbose

          __ccollect_source doc.ungleich.ch \
              --source doc.ungleich.ch:/ \
              --destination /backup/doc.ungleich.ch \
              --exclude '/proc/*' --exclude '/sys/*' \
              --verbose \
              --create-destination

Name

       cdist-type__ccollect_source - Manage ccollect sources

Optional Multiple Parameters

exclude
              Paths to exclude of backup

Optional Parameters

state  'present' or 'absent', defaults to 'present'

       ccollectconf
              The CCOLLECT_CONF directory. Defaults to /etc/ccollect.

Required Parameters

source The source from which to backup

       destination
              The destination directory

See Also

ccollect(1)

See Also