New User Question

kevinvinv     Sep 21 9:58PM 2017 GUI

OK I am trying to backup to an SFTP server.

When Duplicacy tries to run I get a dialog box listing a bunch of errors:

Backup operation returned an error: runtime error: slice bounds out of range groutine 1[running]: rundtime/debug/stack(0x29, 0x0, 0x0)

etc

Any thoughts?


gchen    Sep 22 10:22PM 2017

It turned out that an empty config file on the SFTP server will cause this out of bound error (we didn't check if the config file is too small).

Removing the config file solved the issue. The fix will be in the next version.