Thanks for the best backup utility.
I used old duplicati-client and now I want to use Duplicati.CommandLine.ServerUtil.exe and export all backups settings.
If I’m not wrong it worked before but now not. I use GUI Interface in Windows 10.
You can see my attempts:
PS C:\Program Files\Duplicati 2> &'.\Duplicati.CommandLine.ServerUtil.exe' export all --server-datafolder 'C:\Users\user\AppData\Local\Duplicati' --destination 'C:\Scripts\ Logs' --unencrypted
Connecting to http://localhost:8200/...
Failed to obtain a signin token: No connection could be made because the target machine actively refused it. (localhost:8200)
Enter server password:
PS C:\Program Files\Duplicati 2> &'.\Duplicati.CommandLine.ServerUtil.exe' export all --server-datafolder 'C:\Users\user\AppData\Local\Duplicati' --destination 'C:\Scripts\ Logs' --unencrypted --password 'mypassword' Connecting to http://localhost:8200/...
Failed to obtain a signin token: No connection could be made because the target machine actively refused it. (localhost:8200)
Failed to connect to server: No connection could be made because the target machine actively refused it. (localhost:8200)
PS C:\Program Files\Duplicati 2> &'.\Duplicati.CommandLine.ServerUtil.exe' export all --server-datafolder 'C:\Users\user\AppData\Local\Duplicati' --destination 'C:\Scripts\ Logs' --unencrypted
Connecting to http://localhost:8200/...
Failed to obtain a signin token: No connection could be made because the target machine actively refused it. (localhost:8200)
Enter server password: ***
Failed to connect to server: No connection could be made because the target machine actively refused it. (localhost:8200)
PS C:\Program Files\Duplicati 2>
So I tried to export without password and later press Ctrl+C. Later with correct password in the command line and later with wrong password.
What do I do incorrectly? I tried to change password and swtich off Option “Prevent tray icon automatic log-in” but without any success.
Please help.