diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-25 13:19:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-25 13:19:05 -0400 |
commit | 39cbddc8a12824186ec6391673d203592d3e9e21 (patch) | |
tree | eee921d48f56e074809d23a54b6eead614363024 /doc/git-annex.mdwn | |
parent | dd765b1e83d0c44ae81b7f8e2103e35b00ad2d97 (diff) |
add --incremental and --new options
Not yet used..
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index ce7c0be3c..454dcf446 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -258,9 +258,13 @@ subdirectories). With parameters, only the specified files are checked. To check a remote to fsck, specify --from. - + + To start a new incremental fsck, specify --incremental. Then + the next time you fsck, you can specify --new to skip over + files that have already been checked, and continue where it left off. + To avoid expensive checksum calculations (and expensive transfers when - fscking a remote), specify --fast + fscking a remote), specify --fast. * unused |