Regarding the option --ignore-missing-args

"M. Chaturvedi via rsync" <[email protected]> Tue, 30 May 2023 22:29:08 +0200
Newsgroups gmane.network.rsync.general
Message-ID <CAMM6KD8920_TfgBFG6sXmryEhEk90hnuDO5SP_aQFwrgimz_Lg@mail.gmail.com>
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