Replace scp with rsync if available
Opened this issue · 1 comments
wokalski commented
Copying the local configuration to the remote can be extremely slow. scp always reuploads everything whereas rsync could only upload files that are missing or changed.
ragu-manjegowda commented
Isn't there an option available to specify this via config already?
scp_binary = "scp", -- Binary to use for running SSH copy commands