I just wanted to add the option “verbose” to my backup, but both “-v” and “-verbose” got the error message “invalid option” in the web-GUI. I tried both in the Schedule as well as in the Backup section. Other options (like the in Macos Catalina defunct option -vss) used to work well. Which are the available options?
For the CLI, ‘-v’ is a global option that must be placed before the command name. There is no way to set it via the web GUI, but you can modify ~/.duplicacy-web/duplicacy.json
(while the web GUI isn’t running) to set the global options:
"global_options": "-v",