Fast rsync-like tool for incrementally copying files. Runs natively on both Windows and Linux and uses network for communication, to maximise speed when syncing between Windows and WSL filesystems.
cargo install --path . --locked
A quick example:
rjrssync local-folder/ user@hostname:/remote/folder
See rjrssync --help
for more.