mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
2849950bce
Fixes double-colons by making them code-block directives, so they do not erroneously show up as "PYTHON" blocks. Also corrects a few instances of 2nd person pronoun usage.
47 lines
775 B
ReStructuredText
47 lines
775 B
ReStructuredText
===========
|
|
``salt-cp``
|
|
===========
|
|
|
|
Copy a file to a set of systems
|
|
|
|
Synopsis
|
|
========
|
|
|
|
.. code-block:: bash
|
|
|
|
salt-cp '*' [ options ] SOURCE DEST
|
|
|
|
salt-cp -E '.*' [ options ] SOURCE DEST
|
|
|
|
salt-cp -G 'os:Arch.*' [ options ] SOURCE DEST
|
|
|
|
Description
|
|
===========
|
|
|
|
Salt copy copies a local file out to all of the Salt minions matched by the
|
|
given target.
|
|
|
|
Options
|
|
=======
|
|
|
|
.. program:: salt-cp
|
|
|
|
.. include:: _includes/common-options.rst
|
|
|
|
.. include:: _includes/timeout-option.rst
|
|
.. |timeout| replace:: 5
|
|
|
|
.. include:: _includes/logging-options.rst
|
|
.. |logfile| replace:: /var/log/salt/master
|
|
.. |loglevel| replace:: ``warning``
|
|
|
|
.. include:: _includes/target-selection.rst
|
|
|
|
|
|
See also
|
|
========
|
|
|
|
:manpage:`salt(1)`
|
|
:manpage:`salt-master(1)`
|
|
:manpage:`salt-minion(1)`
|