Oh, seems I contributed to something annoyingly healthy (?) 
Right, Webdav seems to work anyway, as long as one includes the password after a colon between username and password.
Iāll take the opportunity to continue asking one thing about the coding. I know things about scripting, batches and simple programming, but the help of starting with Duplicacy CLI still feels like going over the deep end to me.
Since itās an EXE for Windows, Iām assuming I should interact with this program via the common Win10 command prompt, yet most youtube videos about it demonstrates using telnet (?).
The first help about Duplicacy that I read, says āOnce you have duplicacy in your pathā ⦠I donāt know what this means (?). Using the command prompt, how do I āget duplicacy in my pathā? It doesnāt feel like it means moving into the directory where the executable is located, because the example code in the help is: $ cd path/to/your/repository, and the next line of code utilizes the duplicacy.exe in the current folder: $ duplicacy init mywork sftp://user@192.168.1.100/path/to/storage.
First, the $ doesnāt work with the code in the command prompt, and this code seems to suggest I should relocate to the disk which I wish to backup? But that is not where the duplicacy.exe is located. Or, does it imply that duplicacy.exe āshouldā be located there? If I want to backup 4 different disks, then perhaps duplicacy.exe needs to be found in the root dir of each partition? Oh, I just remembered, this refers to SFTP/SSH via Telnet, not the command prompt? Oh, well ā¦
Well, what if I first try and interpret the code example as literary as I can. Initially I am positioned in the folder c:\duplicacy, so what if I use the DOS command āCD path/to/your/repositoryā, in my case āCD d:ā ⦠Well, then Iām still in the same folder. I need to manually go over to the D disc, to be in that directory. And once I am, I need to use a rework to access the duplicacy.exe.
So the first initial commands, like āduplicacy init d: mytest1ā gives me this return:
āFailed to create the directory c:\duplicacy/ .duplicacy: mkdir c:\duplicacy.duplicacy: The system cannot find the file specifiedā
This is confusing to me. I guess Iām asking for a more accessible introduction on how to implement the commands and principles of the CLI version, because I have big problems figuring out how to do what. Once Iām off and running on the right software client, I can probably manage pretty quickly.