Uploaded file but failed to store EOF

THANK YOU! Wow!

So quick question… yeah… I do not know git.

If I go through these steps… will I be able to simply edit a go source file, change the retry count, and recompile a local copy for now?

I do know how to write code… just not sure if these steps are going to download the source local such that I can modify it or not.

Thanks again!!!

1 Like

I guess you’re not a programmer per se, you just learned whatever gets the job done?

I’m thinking this because if you were working as a programmer than the steps mentioned above would be familiar no matter the language :stuck_out_tongue:.

Exactly!

In the guide Build Duplicacy from source – see steps 3, 4 and 4.6 which state exactly that.

I am a hardware designer (analog IC). I write a lot of C but it is simple… no revision control and no git or anything like that- :slight_smile:
Thanks again!

no probls.

If something isn’t working properly, you could either comment here, or on the pull request there, so that gchen fixes it.

:face_with_monocle: ?

pretty funny! :slight_smile:

Hi @TheBestPessimist

I went to download your build at the google drive link but it seems to not allow me in… does that make sense? Should I “request access” or something? Thanks sir!!!

Fixed!

(here it is again: duplicacy with sftp rety -- for kevinvinv.exe - Google Drive )

Just one more question @TheBestPessimist, is this a windows build or a mac build? I see the .exe and my mac doesn’t want to run it… I assume it is a windows build?

Thanks sir!!!

1 Like

Yep, i’m dumb and that was for windows. :blush:
What about this one, which should be for mac: duplicacy for kevinvinv take 2.exe - Google Drive

1 Like

Yikes, I FINALLY got back to this… the binary prompts me for a path to a keyfile… that is new… I see @gchen at one point thought it was a bug and I presume it has been fixed since you kindly made this binary for me.

I guess at this point, I will wait for the new GUI to be released and the new CLI that @gchen mentioned the other day… hopefully this will include sufficient SFTP retries and things will start working.

Thanks!!

1 Like

Same situation with SFTP server with web windows version

ERROR UPLOAD_File Failed to upload the file snapshots/... 1: Uploaded file but failed to store it at ....
1: failed to send packet header: EOF
INFO INCOMPLETE_SAVE Incomplete snapshot saved to C:\Users\......

Trying several times - still this error
It comes almost to completion and gives this error.

Network is working (connecting with sftp client and upload to this folder complete without any problem)
Another job to same SFTP server completed without any errors.

How can I try to fix it?

In snapshots folder for this job i find many tmp files. maybe delete this files ?
Screenshot_1

Is your SFTP server Synology by a chance?

Yes - Synology. It’s a trouble ? ) Another job backup to this SFTP stored without error.
I was completely delete the job, and start back up again. About 8 hours remaining )

Welcome to the club :slight_smile: Synology modified their SSH/SFTP server so it does not exactly conform to what’s expected of it.

The quick fix would be to add another / after your URL; e.g. sftp://user@synobox.local//Backups/Duplciacy

Don’t delete the job, just modify the URL everywhere. you find it (don’t remember exactly where web-ui stores it; but duplciacy CLI expects it in preferences file)

1 Like

I don’t know about it :slightly_frowning_face:

Too late - I already deleted it :grinning:

I correctly understood that instead of now

sftp://arty@xx.xx.xx.xx:2222/duplicacy/backup

I should have

sftp://arty@xx.xx.xx.xx:2222//duplicacy/backup

in web it’s stored in json file

I agree, that is not ideal. Here are prior discussion on this::


Yep.

2 Likes

I have about 5 users backing up to my Synology via SFTP. Only one local computer has a problem.

It has gotten better with the latest version of Duplicacy… I think maybe there are retries now implemented in the code which probably helps.

Three different tasks completed successfully and without errors after adding to the path “/”. I think this solution need add to FAQ for Synology users.
Path stored in duplicacy.json file and after make change in path - the program must be restarted for reload settings.

1 Like

I’m glad it worked!

It is actually mentioned here:

2 Likes

I have experienced a similar problem with another SFTP server as well (freeftpd via VPN connection). I don’t remember now if it was the exact same problem, but the solution was the same :slight_smile: .