jborg / attic

Deduplicating backup program
Other
1.11k stars 104 forks source link

attic check results in error "attic: Error: Inconsistency detected. Please run "attic check ..."" #365

Closed flicaflow closed 8 years ago

flicaflow commented 8 years ago

I try to extract a backup, "attic list" took ages and finally exited with the error message: attic: Error: Inconsistency detected. Please run "attic check ..." running "attic check ..." exits the archive consistency check with the same error message. Also trying to execute check with --repair does not succeed.

I'm running attic 0.13 on a fresh Ubuntu 15.10.

Any idea how I get my data back?

ThomasWaldmann commented 8 years ago

come to freenode irc #attic maybe we can find a solution. create a copy of your backup repo for experiments.

flicaflow commented 8 years ago

Thanks for the help! It turned out for some reason the manifest got lost. Updating to 0.16 and running attic check --repair fixed the problem.