X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e2559dbedc3999482ebcaa66696cc4dffd5430fa..6969ebcfcfa9382ce2a845e1b462d26de12c0c36:/rsync.yo diff --git a/rsync.yo b/rsync.yo index ef11ea47..5ad92119 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1010,9 +1010,9 @@ once, instead of sending the same data to every host individually. Example: verb( -$ rsync --write_batch=pfx -a /source/dir/ /adest/dir/ +$ rsync --write-batch=pfx -a /source/dir/ /adest/dir/ $ rcp pfx.rsync_* remote: -$ rsh remote rsync --read_batch=pfx -a /bdest/dir/ +$ rsh remote rsync --read-batch=pfx -a /bdest/dir/ # or alternatively $ rsh remote ./pfx.rsync_argvs /bdest/dir/ )