You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the error message "unexpected EOF" which is causing the upload to fail. The main issue is that this error message isn't very useful.
Looking at the source code, I suspect it's coming from here, which I suspect means that one of the backup files is corrupt, probably because of running out of disk space when making the backup. If that's right, then the error message really ought to say which file it was reading when it got the "unexpected EOF", which would allow me to find and remove the corrupt backup.
Second, if this is correct, then it would be great if the upload could also continue without the corrupt file.
What version of Rclone Backup has the issue?
3.0.1
What version of Home Assistant are you running?
2023.5.4
What type of installation are you running?
Home Assistant OS
If you're running HA OS/Supervised, what version of the Supervisor are you running?
It probably means you have some corrupted tar files in your backups folder, or non-backup tar files in there, maybe try temporarily removing all the backups except known good ones, or as @FillR2 said add no_rename: true to disable the renaming functionality.
I agree that a more resilient approach would be nice here; right now, it fails to sync any backup until the corrupted tar is removed 🤔 (and renaming is nicer!)
The problem
I'm getting the error message "unexpected EOF" which is causing the upload to fail. The main issue is that this error message isn't very useful.
Looking at the source code, I suspect it's coming from here, which I suspect means that one of the backup files is corrupt, probably because of running out of disk space when making the backup. If that's right, then the error message really ought to say which file it was reading when it got the "unexpected EOF", which would allow me to find and remove the corrupt backup.
Second, if this is correct, then it would be great if the upload could also continue without the corrupt file.
What version of Rclone Backup has the issue?
3.0.1
What version of Home Assistant are you running?
2023.5.4
What type of installation are you running?
Home Assistant OS
If you're running HA OS/Supervised, what version of the Supervisor are you running?
2023.06.1
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: