I’m attempting to set up my include/exclude patterns. The documentation is a little confusing. Is there a way to do a “test run” that simply lists all of the files and folders that are included (and optionally excluded) by the current configuration, without actually processing any of them? Bonus points if the command also prints the include/exclude rule responsible for the inclusion/exclusion.
Although I’m primarily using the GUI version,it would be fine if this functionality was only available through the command-line version.
If something like this does not currently exist, please add it. This would be invaluable for testing and debugging include/exclude rulesets.
EDIT: I just found and tried the “backup -dry-run” option. That looks to be close to what I want, except Duplicacy still spends time doing a bunch of work unrelated to simply listing the files included/excluded by the filter rules, which is all I’m looking for.