diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-20 13:23:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-20 13:23:11 -0400 |
commit | 61dbad505d648f13394018c31ce2d718c175007e (patch) | |
tree | 96f087d5ec3e3eab6cf45b5a7d49cfb2b0dfa7f7 /doc/git-annex.mdwn | |
parent | e96726caa31fd76413b450790860611f71d13915 (diff) |
fsck --from remote --fast
Avoids expensive file transfers, at the expense of checking file size
and/or contents.
Required some reworking of the remote code.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index edf300d8d..a377665c6 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -210,9 +210,10 @@ subdirectories). With parameters, only the specified files are checked. - To avoid expensive checksum calculations, specify --fast - To check a remote to fsck, specify --from. + + To avoid expensive checksum calculations (and expensive transfers when + fscking a remote), specify --fast * unused |