Hi,
it seems like tar --warning=none still has some warnings about missing
files left:
eedjsa@server66:/tmp$ tar --version
tar (GNU tar) 1.27.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
eedjsa@server66:/tmp$
eedjsa@server66:/tmp$ tar --ignore-failed-read --warning=none -c -f yyy xxx
tar: xxx: Warning: Cannot stat: No such file or directory
eedjsa@server66:/tmp$
/// Jürgen