When rsync prints out what it did for each file (using one of the detailed flags), it appears to include both files that were updated and files that were not updated. For example, a snippet of my output using the -v flag looks like this:
rforms.php is uptodate robots.txt is uptodate sorry.html thankyou.html is uptodate
I'm only interested in files that have been updated. In the above case, sorry.html . It also prints directory names as they appear in them, even if there is no file in the updated directory. Is there a way to filter uptodate files and directories without updated files from this output?
rsync
nedned
source share