From: Wayne Davison Date: Thu, 15 Jul 2004 19:04:54 +0000 (+0000) Subject: Changed the batch examples to show how to do a remote read-batch X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/4602eafa8768331e39202929938a1861d719a8d3?ds=sidebyside Changed the batch examples to show how to do a remote read-batch without first transferring the batch file. --- diff --git a/rsync.yo b/rsync.yo index 008be615..ec1b2dd6 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1127,22 +1127,32 @@ updating multiple destination trees. Multicast transport protocols can be used to transfer the batch update files in parallel to many hosts at once, instead of sending the same data to every host individually. -Example: +Examples: verb( $ rsync --write-batch=batch -a /source/dir/ /adest/dir/ - $ rcp batch* remote: + $ ssh remote rsync --read-batch=- -a /bdest/dir/