strange file sizes in log
Julian Pace Ross
linux at prisma.com.mt
Tue Jan 9 09:28:13 GMT 2007
Dear List,
I have noticed something regarding this:
running the following command from a WinXP:
rsync -av --progress --stats -e "ssh -l julian -i rsync_key" \
"/cygdrive/c/FILES/" 192.168.100.100::filesbak
gives the following log output on the receiving side (rsync 2.6.9 / suse):
2007/01/09 10:12:14 [23770] sent 44 bytes received 88307 bytes total size
1334942737
which is good.
Running the EXACT same command on the XP side,
*but this time with the --delete option*,
gives the following in the logs on the linux receiver side:
2007/01/09 10:13:46 [23780] sent 44 bytes received 88319 bytes total size
2669885474
Note change in total size.
I can safely say from a couple of tests that this behaviour is the same when
using the rsync daemon on port 873 rather than ssh.
Also, I noticed that the receiver never reports the correct number of
received bytes (it is always around 88000 as seen above, irrespective of the
files it updates).
The sending side (2.6.8 / XP) reports all sizes correctly.
Can someone please replicate or am I missing something?
Regards
Julian
> Can you show the content of "config\templist"?
>
> Manfred
> --
I guess its no longer relevant.
This is the module on the linux side:
[filesbak]
path = /FILES
read only = false
uid = root
gid = root
incoming chmod = g-rwx,o-rwx
list = false
More information about the rsync
mailing list