kees-z / DuplicatiDocs

Duplicati User's Manual
GNU Lesser General Public License v2.1
80 stars 68 forks source link

Request: Describe the commandline format #78

Closed LordMike closed 3 years ago

LordMike commented 3 years ago

Hi,

I'm trying out duplicati for a linux server, and I was having trouble defining my setup. Turns out that arguments like --webservice-port 8200 did not get read, they had to be in the form --webservice-port=8200.

I recommend adding that as a note in the top of this page, or maybe by adding examples to each commandline, like this:

image

It would immediately highlight to the reader that the expected form is with an equals sign.

kees-z commented 3 years ago

The advanced options syntax applies to all command-line tools, not just the Duplicati.Server.exe tool. So I added an additional info block in the Using Duplicati from the command line section. Hopefully this meets your needs. If not, feel free to reopen this issue.

LordMike commented 3 years ago

Definitely helps. :) Thanks.