Everything working as expected, so shouldn't ERROR be WARNING

Roger Price via rsync <[email protected]> Thu, 18 Jan 2024 11:57:34 +0100 (CET)
Newsgroups gmane.network.rsync.general
Message-ID <[email protected]>
I am backing up a user's directories from local machine titan to remote machine 
maria. On the remote machine maria file /etc/rsyncd.conf contains

  [rprice-home]
  ...
  exclude = *.dvi

I start the backup by using this command on the local machine titan:

  rprice@titan ~ rsync -av --dry-run /mnt/home/rprice rsync://rprice@maria/rprice-home

I get the messages

  sending incremental file list
  ERROR: daemon refused to receive file "rprice/demo.dvi"
  ...

I understand that the remote daemon has refused file demo.dvi because I 
specifically requested that dvi files not be transferred.  I choose that myself 
in a regular configuration file.  So shouldn't it be a WARNING rather than an 
ERROR?  I would expect to see

  WARNING: daemon refused to receive file "rprice/demo.dvi"

Roger

-- 
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