How can I get rsync to show only error messages AND a summary? -


i use rsync backup few thousands of files , pipe output file. given number of files i'd see list of transfers had issues summary show completed.

so, using -q flag displays nicely exception error only. using --stats shows helpful summary @ end.

the problem cannot combine them because appears -q suppresses stats output.

any ideas welcome.

this did trick me :

rsync -azh --stats <source> <destination> 

Comments

Popular posts from this blog

java - Incorrect order of records in M-M relationship in hibernate -

command line - Use qwinsta in PowerShell ISE -

php - I want to create a website for polls/survey like this http://www.poll-maker.com/ -