Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2017-03-06 11:45:47 -04:00
commit 1e7c68500e
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3"
nickname="benjamin.poldrack"
avatar="http://cdn.libravatar.org/avatar/5c1a901caa7c2cfeeb7e17e786c5230d"
subject="comment 7"
date="2017-03-06T09:03:56Z"
content="""
Thank you!
[[ben]]
"""]]

View file

@ -0,0 +1,6 @@
I have a client repository with an archive/ directory. If I let the assistant sync the repos or initiate a manual `git annex sync --content` the contents of the archive directory is filled up.
I can't see why this happens. The repo is a client repo with the standard preferred contents and no required contents onfig.
One of the files that is wanted has 2 copies in backup repositories (one is trusted and one is reachable and semitrusted). `git annex numcopies` is 2 for one of these files. The repos were checked by `git annex fsck` and synced.
I'm not sure what to look for or how to debug this kind of situation. Any ideas?