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

refactor(yank): rework copying r2r case for rsync #215

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dvzubarev
Copy link
Contributor

handle 3 different scenarios:

  • destination host == source host
  • destination host != source host
    • direct connection from source host to destination
    • creating tunnel for connecting source with destination

Whether to use direct connection is controlled by the global variable dirvish-yank-r2r-default-direct-conn, and by local one.
Create Configure menu in rsync-transient that allows to tune various connection options to the destination host.

handle 3 different scenarios:
- destination host == source host
- destination host != source host
  - direct connection from source host to destination
  - creating tunnel for connecting source with destination

Whether to use direct connection is controlled by the global variable
`dirvish-yank-r2r-default-direct-conn`, and by local one.
create Configure menu in rsync-transient that allows to tune various
connection options to the destination host.
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

Successfully merging this pull request may close these issues.

None yet

1 participant