We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
At the moment, the only option is to list out -n -f on as CLI parameters.
It would be great to be able to define these in a file, perhaps XML for example:
<files> <file> <source>foo</source> <!--- i.e. -f on the CLI ---> <dest>bar</dest> <!--- i.e. -n on the CLI --> <file> . . . </files>