No commit activity in last 3 years
No release in over 3 years
Additional Test kitchen transport using rsync, modified to work with cygwin
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.4
~> 3.3

Runtime

 Project Readme

kitchen-transport-rsync_win

This transport is based on rsync over ssh providing dramatic performance improvements. It will only work with TK 1.4 and rsync has to be available in the PATH on both local and remote end points.

Only passwordless (using ssh key pair) communication is supported at the moment.

Recommended .kitchen.yml snippet to activate Rsync transport

transport:
  name: rsync_win
  ssh_key: ~/.vagrant.d/insecure_private_key
  username: vagrant

Gemfile

gem 'kitchen-transport-rsync_win'