summaryrefslogtreecommitdiff
path: root/doc/todo/fsck.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/fsck.mdwn')
-rw-r--r--doc/todo/fsck.mdwn8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/todo/fsck.mdwn b/doc/todo/fsck.mdwn
index 6126154e9..eebe6446f 100644
--- a/doc/todo/fsck.mdwn
+++ b/doc/todo/fsck.mdwn
@@ -1,3 +1,9 @@
add a git annex fsck that finds keys that have no referring file
-[[done]]
+(done)
+
+* Need per-backend fsck support. sha1 can checksum all files in the annex.
+ WORM can check filesize.
+
+* Both can check that annex.numcopies is satisfied. Probably only
+ querying the locationlog, not doing an online verification.