How do i transfer files from one linux server to another using rsync?
You can do this by simply logging in to the destination server via ssh (bash) and typeing something like the following command (making sure youreplace the IP with the correct IP)
The server below uses port 2226 for SSH and would transfer the /home directory from the source server 214.114.213.193
- rsync -av -e 'ssh -p 2226' [email protected]:/home/ /home/