Network Troublshooting > Linux Servers Support

ftp between computers

<< < (2/2)

keen_prat:
I feel you can use rsync to synchronize both computer. It uses ssh , so on both computer ssh should be running, its really easy to use rsync and its very powerful.

Its used as :
rsync -r <source> <destination>

eg:
rsync -r filename username@192.168.1.2:/remote/diretory

So it will copy your "filename" file to remote computer's /remote/directory and next if you do rsync, it will only update changes so it not copy all content and should be very fast. This technique is used in servers to make backup and its actually real synchronization.

Navigation

[0] Message Index

[*] Previous page

Go to full version