From dc37b243d3e5cb81a9b26632a27aede6b92e0c6e Mon Sep 17 00:00:00 2001 From: Horus Date: Mon, 8 Jan 2018 19:21:24 +0000 Subject: --- ...es_git_annex_does_not_want_that_file__63__.mdwn | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/forum/Why_does_git_annex_does_not_want_that_file__63__.mdwn 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 -- cgit v1.2.3