File: comment_4_eb4d936a9bd577f58483b278ae5dc5f6._comment

package info (click to toggle)
git-annex 7.20190129-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 56,292 kB
  • sloc: haskell: 59,105; sh: 1,255; makefile: 225; perl: 136; ansic: 44
file content (15 lines) | stat: -rw-r--r-- 582 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[!comment format=mdwn
 username="joey"
 subject="""comment 4"""
 date="2015-03-16T18:36:45Z"
 content="""
You can use `git annex fsck` to verify your repository contents.
If you want to verify a local repository, the best thing to do is
to run `git annex fsck` there. If you cannot do that, you can use
`git annex fsck --from remoterepo --fast` to verify a remote. If you leave
off the --fast it will download all file contents to completely verify
them.

I suggest you read git-annex's documentation, there is plenty of it about
using git-annex fsck to verify repositories.
"""]]