X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6931c13800a3b3486a55c3060744a9a0b86d6c6e..8a78bb963de8d5fc38ef1701ad6eb06750664249:/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/ )