summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Marco <Marco@web>2017-03-04 12:55:17 +0000
committerGravatar admin <admin@branchable.com>2017-03-04 12:55:17 +0000
commit4bee7cb10041d9f471bdff5e53141acebd6ba415 (patch)
tree2481343e60767271c9eb319f72016b0eeeaaf3cb /doc
parent6c68a11b38a1ea6f6dc0f111d78bb6c3bee99ef9 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Debugging_of_transfer_considerations.mdwn6
1 files changed, 6 insertions, 0 deletions
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?