[GH-ISSUE #301] rsync #74

Closed
opened 2026-05-07 00:18:26 +02:00 by BreizhHardware · 6 comments

Originally created by @hydezhao on GitHub (Apr 15, 2022).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/301

It would be nice to have rsync integrated.

Originally created by @hydezhao on GitHub (Apr 15, 2022). Original GitHub issue: https://github.com/ovh/the-bastion/issues/301 It would be nice to have rsync integrated.
BreizhHardware 2026-05-07 00:18:26 +02:00
  • closed this issue
  • added the
    feature
    label
Author
Owner

@dwydler commented on GitHub (Jun 13, 2022):

For which purpose?

<!-- gh-comment-id:1153755348 --> @dwydler commented on GitHub (Jun 13, 2022): For which purpose?
Author
Owner

@speed47 commented on GitHub (Jun 24, 2022):

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

<!-- gh-comment-id:1165506435 --> @speed47 commented on GitHub (Jun 24, 2022): Can you detail the use case you have in mind, @hydezhao ?
Author
Owner

@hydezhao commented on GitHub (Jun 24, 2022):

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.

<!-- gh-comment-id:1165554563 --> @hydezhao commented on GitHub (Jun 24, 2022): 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.
Author
Owner

@marcolefo commented on GitHub (Jun 25, 2024):

I would appreciate this feature too :)

<!-- gh-comment-id:2189219369 --> @marcolefo commented on GitHub (Jun 25, 2024): I would appreciate this feature too :)
Author
Owner

@speed47 commented on GitHub (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.

<!-- gh-comment-id:2210436049 --> @speed47 commented on GitHub (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.
Author
Owner

@speed47 commented on GitHub (Dec 13, 2024):

Feature has been released

<!-- gh-comment-id:2541699051 --> @speed47 commented on GitHub (Dec 13, 2024): Feature has been released
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/the-bastion#74
No description provided.