You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently able to use rsync to synchronise between the host and the machines. However, this relies on rsync to get a proper ssh command working and the ability to install rsync in the boot2docker image. Adding the type scp to shares would allow to get rid of those limitations and ensure that machinery is able to synchronise (albeit... slowly) between the host and the machines whichever distribution they run.
The text was updated successfully, but these errors were encountered:
One way to mitigate this would be to use the new OS type discovery mechanisms introduced in f0896b3 to detect the type of the remote machine and install rsync using the various package managers that are available (apt-get, zypper, etc.)
We are currently able to use
rsync
to synchronise between the host and the machines. However, this relies onrsync
to get a properssh
command working and the ability to installrsync
in theboot2docker
image. Adding the typescp
to shares would allow to get rid of those limitations and ensure that machinery is able to synchronise (albeit... slowly) between the host and the machines whichever distribution they run.The text was updated successfully, but these errors were encountered: