aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Fsck_by_refs_or_keys__63__.mdwn
blob: ff2d02df2fe2f6df38745c0b1c1cf0aca7490ba0 (plain)
1
2
3
4
5
Hello,

I'm trying to wrote a cronjob to fsck my git-annex bare repository on a server. My problem is that there are a lot of keys with no known copies because they were file that weren't meant to stay. So I want to only check files that are live in HEAD of master. Is there anyway to tell `git-annex fsck` to only check file that are used in some refs?

Thanks.