-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prune does not remove all unneeded data #1029
Comments
Thanks for raising this issue. What happens here is that restic got terminated while writing pack files, so the header (at the end of the file) wasn't written successfully. I agree that prune should remove those files. Please know that this is cosmetic only, no data was/is at risk. It's a bit annoying since the files still consume space, but that's about it. |
Yes for me this is fine I can delete the files and it is OK for me, so it is up to you how to handle this issue. Once more thanks for this great backup program. |
Output of
restic version
How did you start restic exactly? (Include the complete command line)
What backend/server/service did you use?
Backup is stored on a CIFS share
Expected behavior
Prune should delete the unneeded files
Actual behavior
Prune does not delete the files
Do you have any idea what may have caused this?
I have killed (closed the command line window) the backup while it was running
The text was updated successfully, but these errors were encountered: