Skip to content

kindredgroup/kitchen-transport-rsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kitchen-transport-rsync

Build Status Gem Version

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
  ssh_key: ~/.vagrant.d/insecure_private_key
  username: vagrant

Gemfile

gem 'kitchen-transport-rsync'