Articles tagged with: rsync
Using rsync to copy files
In the following example we need to make sure that /export/home on server host2 looks exactly like /export/home on host1. Thus, our SOURCE is host1:/export/home and our TARGET is host2:/export/home
There are two ways of using …
RSync remote copy
The following is an example of using rsync to perform a irectory copy between two hosts over the network.

Latest Comments