Replies: 1 comment
-
|
Having two remotes would be a desireable feature. Rsync can only have one remote process (started as --server) which the client connects to. To support having two remotes, one of them would have to act like an initiator from the protocol view and as a server for accepting a connection (--server --sender), the other one acts as a receiver (--server) . I think, it should be possible, but maybe needs some refactoring for process startup and requires intensive testing in order not to break anything. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to know if rsync can synchronise 2 remotes directorys on seperated server (servers not able to communicate)
Like an "scp -3 -r" but with the rsync perf ?
Using sshfs or something like that can't help me, I really want using rsync directly to make this synchronitation.
I all ready find some post with some triks, but I guess rsync can do it himself and properly :)
Many thanks if anyone can reply :).
Best regards
404
Beta Was this translation helpful? Give feedback.
All reactions