Accept transferring certain file types in rsync conf /etc/rsyncd.conf

Is it possible to accept only certain file types by rsync daemon with a directive something like

include = *.txt

I think filter is what you need rsyncd.conf(5) manpage

1 Like

Thank you so much for the hint. I solved it with:

include = *.txt
exclude = *