You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using rsync but ran into a bunch of problems. Part of the issue is how very concurrent everything is-- you are opening up connections to tons of machines all at once. I found that basic SSH with cat was the most reliable by far. Same thing with using Paramiko-- I was able to use it for some stuff, but not for everything.
rsync can do block level diffs and is more efficient is getting partial updates to a file.
https://linuxize.com/post/how-to-use-rsync-for-local-and-remote-data-transfer-and-synchronization/
Its an old school tool that just works ;-)
The text was updated successfully, but these errors were encountered: