Tag Archives: rsync

Copying files with rsync

rsync is very good command to copy files between two linux servers. To move a folder from server1 to server2, login to server1 with ssh Rrun rsync -a -v –progress –timeout=0 -e “ssh -p 22″ /path/to/source/folder/ user@server2-ip:/path/to/destination/folder/ Here ssh -p … Continue reading

Posted in Funny, Linux | Tagged , | Leave a comment

Unison – rsync like tool for windows and linux

I have been looking for a software like rsync on windows to move files betten servers easily. Found Unison, it work with windows and linux Unison is a file synchronization tool for Unix and Windows. It allows two replicas of … Continue reading

Posted in Windows | Tagged , , | Leave a comment

Unison rsync like tool work on windows and linux

Unison is a file-synchronization tool for Unix and Windows. It allows two copies of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to … Continue reading

Posted in large sites, Linux | Tagged , , , , | Leave a comment