DO NOT REPLY [Bug 4856] New: Filenames are displayed before
successful transfer in verbose mode
samba-bugs at samba.org
samba-bugs at samba.org
Fri Aug 3 08:24:41 GMT 2007
https://bugzilla.samba.org/show_bug.cgi?id=4856
Summary: Filenames are displayed before successful transfer in
verbose mode
Product: rsync
Version: 2.5.7
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: rmasters at bunnings.com.au
QAContact: rsync-qa at 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 a:
rsync -pogtv --rsh="ssh -2" -T /tmp/qq/temp /tmp/qq/* b:/tmp/qq |while read
file ; do echo "**** $file" ; done
Note that file zzz appears to have been transferred, when it in fact has not.
Can the file be displayed only after successful transfer?
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the rsync
mailing list