diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-05-21 05:32:36 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-05-21 05:32:36 +0000 |
commit | 8e9871303bdd2cbf32f32eee2836d6712de927cd (patch) | |
tree | b04041cd3a7701a0db6e89d69b53579a7c445101 | |
parent | de5fb3744da115dbdb66c7fbb894bf2ad9317fb7 (diff) | |
download | rsync-8e9871303bdd2cbf32f32eee2836d6712de927cd.tar.gz rsync-8e9871303bdd2cbf32f32eee2836d6712de927cd.tar.bz2 rsync-8e9871303bdd2cbf32f32eee2836d6712de927cd.zip |
someone didn't realise that you need rsync at both ends!
-rw-r--r-- | rsync.yo | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -81,6 +81,9 @@ command line option, or by setting the RSYNC_RSH environment variable. One common substitute is to use ssh, which offers a high degree of security. +Note that rsync must be installed on both the source and destination +machines. + manpagesection(USAGE) You use rsync in the same way you use rcp. You must specify a source |