diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-07-17 18:57:12 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-07-17 18:57:12 +0000 |
commit | 1fd21f213c636f81bc6fe908b8f2766cf6cbe28f (patch) | |
tree | e76a7325aeb049c6585abb1d59f90e46491bef31 /doc | |
parent | ff5466cacebafa516341599901d976871354a935 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/safely_dropping_git-annex_history/comment_6_410a7296c2cee16d3d5bb618a5a41c1d._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/safely_dropping_git-annex_history/comment_6_410a7296c2cee16d3d5bb618a5a41c1d._comment b/doc/forum/safely_dropping_git-annex_history/comment_6_410a7296c2cee16d3d5bb618a5a41c1d._comment new file mode 100644 index 000000000..05ac27361 --- /dev/null +++ b/doc/forum/safely_dropping_git-annex_history/comment_6_410a7296c2cee16d3d5bb618a5a41c1d._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.154.4.90" + subject="comment 6" + date="2013-07-17T18:57:12Z" + content=""" +You can use `git annex fsck --from remote` to verify that every file location tracking thinks is on the remote still is. It's innefficient though -- it has to download the whole file to check the special remote still has the right content! That transfer can be avoided by adding --fast. + +This is documented in the man page. :) +"""]] |