I'm trying to tell rsync to ONLY include .org (or better yet, .org AND .py files). However, I have to do this through the --exclude= option, not the --include= option.
Reason: I'm using BackInTime and want to make a backup config that only include Org and Py files. That interface lets me specify exclusion options, but not inclusion options.
Is there a way to exclude everything but one (or two) specific extensions?