How to suppress/filter out " is uptodate " infos from rsync command output?
  Home FAQ Contact Sign in
comp.unix.questions only
 
Advanced search
POPULAR GROUPS

more...

comp.unix.questions Profile…
 Up
How to suppress/filter out " is uptodate " infos from rsync command output?         


Author: Jochen Berninger
Date: Jun 14, 2008 01:18

When I issue a rsync command for backup of a local directory tree to a remote server
then lots of lines are displayed showing simply that nothing has changed for file xxx:

...
aaa/bbb/ccc/xxx1 is uptodate
aaa/bbb/ccc/xxx2 is uptodate
....

How can I suppress these lines and display only infos about new/changed/deleted files?

I did not found an apropriate flag in rsync manual.

Jochen
no comments