I’ve tried to my Synology SFTP server as a backup storage. However I seem to get a lot of intermittent errors. The logs all read like this:
019-09-16 22:06:27.166 WARN SFTP_RETRY Encountered an error (EOF); retry after 1 second(s)
2019-09-16 22:06:28.507 WARN SFTP_RETRY Encountered an error (EOF); retry after 2 second(s)
2019-09-16 22:06:30.853 WARN SFTP_RETRY Encountered an error (EOF); retry after 4 second(s)
2019-09-16 22:06:35.198 WARN SFTP_RETRY Encountered an error (EOF); retry after 8 second(s)
2019-09-16 22:06:43.555 WARN SFTP_RETRY Encountered an error (EOF); retry after 16 second(s)
2019-09-16 22:06:59.977 WARN SFTP_RETRY Encountered an error (EOF); retry after 32 second(s)
2019-09-16 22:07:32.344 ERROR STORAGE_CONFIG Failed to download the configuration file from the storage: EOF
Sometimes an operation like backup or check works, most of the time it fails. Here is a check operation that was slow but eventually worked.
Running check command from C:\Users\kork/.duplicacy-web/repositories/localhost/all
Options: [-log check -storage DS9 -a -tabular]
2019-09-16 22:05:52.167 INFO STORAGE_SET Storage set to sftp://duplicacy@ds9/duplicacy-backup
2019-09-16 22:05:52.552 WARN SFTP_RETRY Encountered an error (EOF); retry after 1 second(s)
2019-09-16 22:05:53.901 WARN SFTP_RETRY Encountered an error (EOF); retry after 1 second(s)
2019-09-16 22:05:55.235 WARN SFTP_RETRY Encountered an error (EOF); retry after 2 second(s)
2019-09-16 22:05:57.559 WARN SFTP_RETRY Encountered an error (EOF); retry after 4 second(s)
2019-09-16 22:06:01.914 WARN SFTP_RETRY Encountered an error (EOF); retry after 8 second(s)
2019-09-16 22:06:10.228 INFO SNAPSHOT_CHECK Listing all chunks
2019-09-16 22:06:10.279 WARN SFTP_RETRY Encountered an error (EOF); retry after 1 second(s)
2019-09-16 22:06:11.626 WARN SFTP_RETRY Encountered an error (EOF); retry after 2 second(s)
2019-09-16 22:06:14.015 WARN SFTP_RETRY Encountered an error (EOF); retry after 4 second(s)
2019-09-16 22:06:18.359 WARN SFTP_RETRY Encountered an error (EOF); retry after 8 second(s)
2019-09-16 22:06:26.733 INFO SNAPSHOT_CHECK 1 snapshots and 2 revisions
2019-09-16 22:06:26.733 INFO SNAPSHOT_CHECK Total chunk size is 431 in 4 chunks
2019-09-16 22:06:26.733 INFO SNAPSHOT_CHECK All chunks referenced by snapshot memoryalpha-kork at revision 1 exist
2019-09-16 22:06:26.733 INFO SNAPSHOT_CHECK All chunks referenced by snapshot memoryalpha-kork at revision 2 exist
2019-09-16 22:06:26.734 INFO SNAPSHOT_CHECK
snap | rev | | files | bytes | chunks | bytes | uniq | bytes | new | bytes |
memoryalpha-kork | 1 | @ 2019-09-16 21:30 -hash | | | 3 | 228 | 1 | 204 | 3 | 228 |
memoryalpha-kork | 2 | @ 2019-09-16 21:52 | | | 3 | 227 | 1 | 203 | 1 | 203 |
memoryalpha-kork | all | | | | 4 | 431 | 4 | 431 | | |
I have no issues accessing the SFTP server with other software and also network connectivity is not a problem (local LAN, wired connection).