-
Notifications
You must be signed in to change notification settings - Fork 1.7k
file "data_0" has nil blob list #1714
Copy link
Copy link
Closed
Description
Output of restic version
restic 0.8.3 (v0.8.3-148-g2c76e724) compiled with go1.9.4 on linux/amd64
How did you run restic exactly?
./restic -r sftp:user@bla:/foo/bar -p pw check
What backend/server/service did you use to store the repository?
SFTP
Expected behavior
password is correct
create exclusive lock for repository
load indexes
check all packs
check snapshots, trees and blobs
no errors were found
Actual behavior
using temporary cache in /tmp/restic-check-cache-157786933
password is correct
create exclusive lock for repository
load indexes
check all packs
check snapshots, trees and blobs
error for tree b75f44fc:
tree b75f44fc: file "data_0" has nil blob list
Fatal: repository contains errors
Steps to reproduce the behavior
Run the command.
Do you have an idea how to solve the issue?
No. I do not understand the error message.
Reactions are currently unavailable