Skip to content

Replace scp with rsync if available #163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wokalski opened this issue Aug 8, 2024 · 1 comment
Open

Replace scp with rsync if available #163

wokalski opened this issue Aug 8, 2024 · 1 comment

Comments

@wokalski
Copy link

wokalski commented Aug 8, 2024

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
Copy link

ragu-manjegowda commented Sep 6, 2024

Isn't there an option available to specify this via config already?

scp_binary = "scp", -- Binary to use for running SSH copy commands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants