Is it possible to accept only certain file types by rsync daemon with a directive something like
include = *.txt
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
Thank you so much for the hint. I solved it with:
include = *.txt
exclude = *