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!
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to