LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   General (https://www.linuxquestions.org/questions/general-10/)
-   -   Rsync display count of files during list building (https://www.linuxquestions.org/questions/general-10/rsync-display-count-of-files-during-list-building-759546/)

sadarax 10-04-2009 03:16 AM

Rsync display count of files during list building
 
I just upgraded my laptop to Kubuntu Jaunty and now doing rsync commands via SSH is not displaying the count of the list of files it builds between each sync.

Does anyone know how to make it manually display?

My rsync version: version 3.0.5 protocol version 30
My rsync options on command line: --recursive -avul --progress --delete

Example output:

Code:

rsync --recursive -avul --progress --delete --rsh="ssh -p 1234" /home/bob/presets/ bob@192.168.0.2:/home/bob/presets
stty: standard input: Invalid argument
sending incremental file list
.file1
.file2
sent 7732 bytes  received 30 bytes  1411.27 bytes/sec
total size is 1188830  speedup is 153.16


T1000 10-05-2009 10:21 PM

Did you try using --stats on the command line?

sadarax 10-05-2009 10:32 PM

Quote:

Originally Posted by T1000 (Post 3709019)
Did you try using --stats on the command line?

That does help, so thank you. It's not quite what I meant though.

Using --stats (which I did not know about until now) prints a post-transfer summary.

Previously, rsync used to list how many files it was scanning before sending the list. I suspect since the list is now incremental (it may not have been before) that is the reason for the change in behavior.


All times are GMT -5. The time now is 10:56 AM.