Hello, I had a question regarding the option ` --ignore-missing-args` in rsync. Is there a way to get the information regarding which paths were ignored? I tried: ``` $ rsync --ignore-missing-args --info=all4 --debug=all4 /tmp/non_existing.txt /tmp/ 2>&1 | grep non_existing $ echo $? 1 ``` We want to log which files were ignored by rsync, essentially. Thank you for your time! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20230530/0fc48e61/attachment.htm>