samba-bugs@samba.org
2008-Feb-16 20:23 UTC
DO NOT REPLY [Bug 5265] New: Daemon logging files not actually received with --only-write-batch
https://bugzilla.samba.org/show_bug.cgi?id=5265
Summary: Daemon logging files not actually received with --only-
write-batch
Product: rsync
Version: 3.0.0
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: matt@mattmccutchen.net
QAContact: rsync-qa@samba.org
If I push files to a daemon with --only-write-batch, the daemon logs the files
even though they are not actually received. I thought daemons were supposed to
only log files they actually receive.
To reproduce this, run the following in an empty directory:
export PATH=/path/to/rsync/build/tree:$PATH
wget http://mattmccutchen.net/rsync/instant-daemon.sh
sh instant-daemon.sh module 3141 user
(Choose a password and enter it twice)
echo 'transfer logging = yes' >>rsyncd.conf
mkdir upload
echo data >upload/file
rsync -r --only-write-batch=thebatch upload/
rsync://user@localhost:3141/module/
(Enter the password)
ls -la module # No file...
grep recv rsyncd.log # but a log entry!
--
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.
samba-bugs@samba.org
2008-Feb-18 08:00 UTC
DO NOT REPLY [Bug 5265] Daemon logging files not actually received with --only-write-batch
https://bugzilla.samba.org/show_bug.cgi?id=5265
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #1 from wayned@samba.org 2008-02-18 01:59 CST -------
I changed the message from FINFO to FCLIENT, so this is now fixed in the dev
version.
--
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.
Seemingly Similar Threads
- DO NOT REPLY [Bug 5074] New: Push to a daemon with --only-write-batch modifies dest and then hangs
- Redirect --stats to STDERR.
- Rsync 2.6.9 Develops Conflict Between --stats, I think --delete-after and Local Filesystem Replication
- using -v and -q together
- DO NOT REPLY [Bug 5201] New: Rsync lets user corrupt dest by applying non-inplace batch in inplace mode