Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Clarify use of rsync permissions on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafeldt committed Nov 16, 2014
1 parent dc03a9f commit c6a64a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FEATURES:
* Support using chef-runner on **Windows**. New releases will include
cross-compiled Windows binaries. Requires `ssh.exe` and `rsync.exe` to be
installed. `ssh.exe` is included in MinGW ([Git Bash]). `rsync.exe` must be
configured to use destination-default permissions when copying files:
`chef-runner --rsync --no-p --rsync --no-g --rsync --chmod=ugo=rwX`.
configured to use destination-default permissions when provisioning Unix-like
systems: `chef-runner --rsync --no-p --rsync --no-g --rsync --chmod=ugo=rwX`.
* Allow to specify one or more custom OpenSSH options on the command line, e.g.
`chef-runner --ssh LogLevel=debug --ssh "ProxyCommand ..."`. See
`ssh_config(5)` for a list of available options and their format. (Thanks to
Expand Down

0 comments on commit c6a64a6

Please sign in to comment.