For rsync mover the path parameter is ignored #1891
Replies: 1 comment
-
|
Yes, the path parameter is unused. If you use the (recommended) rsync-tls mover, you'll see the parameter doesn't exist. There's a separate issue around mover paths (#959), but at the moment we aren't planning on implementing any of this. Ideally we'd recommend formatting your PVC (or perhaps mounting your pvc at a specific path) so that rsync will replicate the entire thing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I see that the path parameter in the ReplicationSource is not used by the rsync movers. Is there a historical reason why rsync movers do not support paths?
In our case, we could make good use of the path to reduce the time rsync takes to compare all the files in the directories that do not change.
Since we have no control over the volume, we can't separate the directories into different volumes. In our case, we can really make use of the path to reduce the rsync by comparing all the files in the directories which do not get modified. Since. We have no control over the volume; we can't separate the directories into different volumes.
Beta Was this translation helpful? Give feedback.
All reactions