Showing posts with label rsync. Show all posts
Showing posts with label rsync. Show all posts

Running Rsync as a daemon on Ubuntu (HP Microserver build)



Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon. It is famous for its delta-transfer algorithm, which reduces the amount of data sent over the network by sending only the differences between the source files and the existing files in the destination. Rsync is widely used for backups and mirroring and as an improved copy command for everyday use.