From 4602eafa8768331e39202929938a1861d719a8d3 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 15 Jul 2004 19:04:54 +0000 Subject: [PATCH] Changed the batch examples to show how to do a remote read-batch without first transferring the batch file. --- rsync.yo | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) 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/