diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-18 17:30:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-18 17:30:21 -0400 |
commit | 50c063df069682bdac2af3b1746933da70a519b8 (patch) | |
tree | 15db5a47e2c3c4ad22a60698f57c2af74018fdbf /doc/todo/fsck_special_remotes.mdwn | |
parent | de96ee72089c6673f36b02cfdc440288cd0be206 (diff) |
add
Diffstat (limited to 'doc/todo/fsck_special_remotes.mdwn')
-rw-r--r-- | doc/todo/fsck_special_remotes.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/fsck_special_remotes.mdwn b/doc/todo/fsck_special_remotes.mdwn new file mode 100644 index 000000000..c81c56c85 --- /dev/null +++ b/doc/todo/fsck_special_remotes.mdwn @@ -0,0 +1,11 @@ +`git annex fsck --from remote` + +Basically, this needs to receive each file in turn from the remote, to a +temp file, and then run the existing fsck code on it. Could be quite +expensive, but sometimes you really want to check. + +An unencrypted directory special remote could be optimised, by not actually +copying the file, just dropping a symlink, etc. + +The WORM backend doesn't care about file content, so it would be nice to +avoid transferring the content at all, and only send the size. |