Hi all, vagrant-winrm-syncedfolders is a new plugin that allows you to use WinRM as a folder synchronization mechanism for Windows guests, which can be useful for non-Windows hosts or when SMB isn't feasible. Upon installing the plugin (`vagrant plugin install vagrant-winrm-syncedfolders`), the prioritized list of folder sync implementations becomes:
1. SMB <http://docs.vagrantup.com/v2/synced-folders/smb.html> - requires running from a Windows host, administrative command prompt and Powershell 3 or greater. 2. WinRM <https://github.com/cimpress-mcp/vagrant-winrm-syncedfolders> - uses the WinRM communicator and is reliable, but can be slow for large numbers of files. 3. RSync <http://docs.vagrantup.com/v2/synced-folders/rsync.html> - requires rsync.exe installed and on your path. https://github.com/Cimpress-MCP/vagrant-winrm-syncedfolders I appreciate any feedback that you might have. Thanks! Chris -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
