Team LiB
Previous Section Next Section

Chapter 15: Network File Transfer

Overview

This book's primary focus is the single-machine environment. However, any modern machine is on a network. Eventually, you will want to transfer files from one Unix machine to another. There are many ways to move files around, but the choices usually come down to these:

This chapter explains the rsync system. The main advantages of rsync over other systems are these:

  • There is only one command to learn, rsync, which has a relatively simple syntax.

  • It offers relatively good performance.

  • It has multiple operating modes.


Team LiB
Previous Section Next Section