notabug
This commit is contained in:
parent
efad352738
commit
70d11a209d
2 changed files with 17 additions and 0 deletions
|
@ -43,3 +43,5 @@ macOS
|
|||
"""]]
|
||||
|
||||
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
|
||||
|
||||
> [[notabug|done]] --[[Joey]]
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 3"""
|
||||
date="2023-10-23T17:41:04Z"
|
||||
content="""
|
||||
Well `fsck --from` does check the consistency of what's in the remote.
|
||||
That entails verifying that the remote contains the data that
|
||||
git-annex thinks it contains. But it also means verifying that the remote
|
||||
does not contain any data that git-annex didn't know it contains.
|
||||
|
||||
Checking the file is not present on the remote is part of the latter.
|
||||
|
||||
If you wanted to only verify that files git-annex thinks are on the remote
|
||||
are present there, you could use eg `git-annex fsck --from theremote --in theremote`
|
||||
"""]]
|
Loading…
Reference in a new issue