summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-03-06 11:45:47 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-03-06 11:45:47 -0400
commit63273f5b1c8e443d0becb8ff8a9b8a49e9f78431 (patch)
tree4878a9e6830a7de709b655102cf347db66644a32
parent3bcc416a4a827513487b652a851215195692419f (diff)
parentc8efdb87833995e32cc9bb70f4e2f749124161bf (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/git_annex_status_fails_with_submodule_in_direct_mode/comment_7_4e4d2ae552e2394197c2688b0dd04f48._comment11
-rw-r--r--doc/forum/Debugging_of_transfer_considerations.mdwn6
2 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_status_fails_with_submodule_in_direct_mode/comment_7_4e4d2ae552e2394197c2688b0dd04f48._comment b/doc/bugs/git_annex_status_fails_with_submodule_in_direct_mode/comment_7_4e4d2ae552e2394197c2688b0dd04f48._comment
new file mode 100644
index 000000000..85573f3a2
--- /dev/null
+++ b/doc/bugs/git_annex_status_fails_with_submodule_in_direct_mode/comment_7_4e4d2ae552e2394197c2688b0dd04f48._comment
@@ -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]]
+"""]]
diff --git a/doc/forum/Debugging_of_transfer_considerations.mdwn b/doc/forum/Debugging_of_transfer_considerations.mdwn
new file mode 100644
index 000000000..eb75e3977
--- /dev/null
+++ b/doc/forum/Debugging_of_transfer_considerations.mdwn
@@ -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?