Skip to content
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

rsync #301

Open
hydezhao opened this issue Apr 15, 2022 · 5 comments
Open

rsync #301

hydezhao opened this issue Apr 15, 2022 · 5 comments
Labels
feature This is a new feature request

Comments

@hydezhao
Copy link

It would be nice to have rsync integrated.

@dwydler
Copy link

dwydler commented Jun 13, 2022

For which purpose?

@speed47
Copy link
Collaborator

speed47 commented Jun 24, 2022

Can you detail the use case you have in mind, @hydezhao ?

@hydezhao
Copy link
Author

For example we might have use cases to synchronise large folders between PC and remote server. Rsync would save a lot of time comparing to scp.

@marcolefo
Copy link

I would appreciate this feature too :)

@speed47
Copy link
Collaborator

speed47 commented Jul 5, 2024

As this is requested by several people, I gave a look at it, and I have a working POC.
This would be used like this:

rsync -va --rsh "ssh -T BASTION_USER@BASTION_HOST -p BASTION_PORT -- --osh rsync --" /srcdir remoteuser@remotehost:/dest/

I'll push a dev branch with the feature soon.

@speed47 speed47 added the feature This is a new feature request label Jul 5, 2024
speed47 added a commit that referenced this issue Jul 5, 2024
speed47 added a commit that referenced this issue Aug 8, 2024
speed47 added a commit that referenced this issue Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This is a new feature request
Projects
None yet
Development

No branches or pull requests

4 participants