Following test structure:
src/
one/
one/
file.txt
two/
file.txt
two/
file.txt
I only want to sync the file /one/two/file.txt.
I tried this but it does not work..
rsync -r --include='/one/two/file.txt' --exclude='*' src/ target/