summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Horus <Horus@web>2018-01-08 19:21:24 +0000
committerGravatar admin <admin@branchable.com>2018-01-08 19:21:24 +0000
commitdc37b243d3e5cb81a9b26632a27aede6b92e0c6e (patch)
treeff7efb2beadb3b516debb10dc6bd5028a2f7f75e
parentac649cd4d8d189147deb766aa098e934270f4582 (diff)
-rw-r--r--doc/forum/Why_does_git_annex_does_not_want_that_file__63__.mdwn33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/forum/Why_does_git_annex_does_not_want_that_file__63__.mdwn b/doc/forum/Why_does_git_annex_does_not_want_that_file__63__.mdwn
new file mode 100644
index 000000000..3dac8e4ae
--- /dev/null
+++ b/doc/forum/Why_does_git_annex_does_not_want_that_file__63__.mdwn
@@ -0,0 +1,33 @@
+Hello,
+
+I have an repo that uses standard groups / wanted expressions:
+
+ % git annex wanted . && git annex group .
+ standard
+ archive backup
+
+I use the two groups so that the repo wants anything (backup) and is recognized as an archive repo, so other repos drop files in archive/.
+
+ % git annex drop fortune
+ drop fortune (checking S3...) ok
+ (recording state in git...)
+
+fine. But:
+
+ % git annex get --auto
+
+does nothing. I do not understand, why the repo does not want the file. Same for git annex sync --content.
+
+ % git annex whereis fortune
+ whereis fortune (3 copies)
+ 19317658-7d40-4412-94ba-a2525e625283 -- Asaru
+ 2f41eb74-5f33-4737-bb6b-1cd31dd67ee5 -- External
+ 728648bf-5276-4a86-9df9-9a30f4783027 -- [S3]
+ ok
+
+Asaru is standard/client, S3 is standard/backup and External has no group / wanted set.
+
+
+
+Thanks,
+Florian