Oct 19, 2009 10:41
Am I right that
rysnc -v [somefiles] | grep [some criteria] >> [some file]
wont change the way rsync works, just what is done with standard output? Specifially take the entre verbose (-v) output, filter it by my criteria, and append the filtered output to my file?
(Yes, I COULD set up a test set of files and run a trial. And I probably will.)