Let say that I have 2 machines:
- local (centos)
- remote on IP: 123.123.123.123 ssh port 456 (ubuntu server)
and I want to synchronize my remote folder /home/wolfy/py with my local folder /home/cavo/python.
Can this be done with rsync? Can you give me an example?