Hello everyone,
I'm getting strange module sizes in the logs. (2.6.9)
This is the command:
rsync -anr --delete --omit-dir-times --stats -e "ssh -i access.key -l
pluto -p 22" --files-from=config\templist "/cygdrive/C/"
[EMAIL PROTECTED]::Accounts
After updating all the files on the "Accounts" module, the size is reported
correctly on the receiver log file as:
2007/01/08 18:24:24 [30153] sent 22485 bytes received 27427 bytes total
size 68937712
* This is the real size (around 68MB), however, having started with an empty
dir on the receiver, the number of bytes received is not correct!? (I guess
it should be similar to total size).
Following this, I perform another run (this time no files updated), which
shows the following log:
2007/01/08 18:27:00 [30220] rsync to Accounts from [EMAIL PROTECTED]
(192.168.10.50)
2007/01/08 18:27:00 [30220] receiving file list
2007/01/08 18:27:00 [30220] sent 85 bytes received 27427 bytes total size
137875424
* Note that without changing anything, the total size has exactly doubled.
The strange thing is for the both operations, the sender side reports
correctly:
for example for the first operation:
sent 69019827 bytes received 22416 bytes 288276.59 bytes/sec
total size is 68937712 speedup is 1.00
Any clues?
Julian
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html