added second example for additional rsync options

remotes/origin/4.0
Dominique Roux 10 years ago
parent d91b478ae0
commit 879ddefbdf
  1. 6
      cdist/conf/type/__rsync/man.text

@ -85,6 +85,12 @@ __rsync /tmp/testdir \
--source /etc \
--rsync-opts exclude=sshd_conf
# Use rsync with multiple options --exclude --dry-run
__rsync /tmp/testing \
--source /home/tester \
--rsync-opts exclude=id_rsa \
--rsync-opts dry-run
--------------------------------------------------------------------------------

Loading…
Cancel
Save