Setting up Rsync on Windows
Getting started
Installing WSL
Installing SSHPass
Update & install via APT

wsl command from a PowerShell prompt in Windows 11.
sudo apt update command within a WSL Ubuntu instance.
sudo apt update on WSL Ubuntu instance.
sudo apt install sshpass on WSL Ubuntu instance.Verifying the Remote Sym dependencies
Is Rsync installed?

which rsync on a WSL Ubuntu instance.Is SSHPass installed?

which sshpass on a WSL Ubuntu instance.Last updated
Was this helpful?