[Bug 8558] display daemon-only --out-format values in a less confusing manner

samba-bugs at samba.org samba-bugs at samba.org
Wed Nov 2 17:21:16 MDT 2011


https://bugzilla.samba.org/show_bug.cgi?id=8558

--- Comment #2 from Kym <kym.newbery at aad.gov.au> 2011-11-02 23:21:15 UTC ---
My expectation was that for the non-daemon rsync,  the %a and %h would indicate
the remote IP (if one) was being used, which was useful in the situation where
I am performing a pull rsync with a non-daemon rsync from many remote systems
(running the daemon) to one local repository.  currently I'm having to emit the
host name in the bash script that rsync is working with. 

eg 

(for loop)
echo $HOST
rsync -tr -v --out-format rsync://user@$HOST/log <dest>
(end loop)

It's not a biggie.. I just thought the %a and %h in the --out-format could do
that automatically for me.

I'm not sure what might be work emitting if the value is empty.. besides
perhaps making the distinction in the manpages a bit clearer as to which is
supported in daemon and non-daemon.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list