rsync question

Karl Auer kauer at biplane.com.au
Sun Nov 2 13:14:12 UTC 2014


On Sun, 2014-11-02 at 12:35 +0000, R Kimber wrote:
> Is there a way of suppressing the "ignoring unsafe symlink" warnings, while
> not suppressing real errors?

Yes. Pipe the output from rsync into grep:

   rsync .... 2>&1 | grep -v "ignoring unsafe symlink"

Regards, K.


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Karl Auer (kauer at biplane.com.au)
http://www.biplane.com.au/kauer
http://twitter.com/kauer389

GPG fingerprint: EC67 61E2 C2F6 EB55 884B E129 072B 0AF0 72AA 9882
Old fingerprint: B862 FB15 FE96 4961 BC62 1A40 6239 1208 9865 5F9A






More information about the ubuntu-users mailing list