Displaying 1 result from an estimated 1 matches for "rmasters".
Did you mean:
  masters
  
2007 Aug 03
2
DO NOT REPLY [Bug 4856] New: Filenames are displayed before successful transfer in verbose mode
...nsfer in
                    verbose mode
           Product: rsync
           Version: 2.5.7
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: wayned@samba.org
        ReportedBy: rmasters@bunnings.com.au
         QAContact: rsync-qa@samba.org
Rsync displays the filenames to be transfered before a successful transfer
occurs. This can cause issues when analysing output for auditing.
To replicate: 
On node a:
mkdir -p /tmp/qq/
touch /tmp/qq/zzz
On node b:
mkdir -p /tmp/qq
On node...