summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-04-07 13:39:49 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-04-07 13:39:49 -0400
commit3d08ef294ffda0c7ce49766fbc20dd8eaee34593 (patch)
treee8e5d4aafb56dd1dbdc7bdee65961523267cc12a /doc
parentda8aea9e8e53aa7045344299c761938874a437b5 (diff)
parent683ca8af00a8873e85f62affd18f81910557f760 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Automatically_dropping_files.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/Automatically_dropping_files.mdwn b/doc/forum/Automatically_dropping_files.mdwn
new file mode 100644
index 000000000..dd47d87d6
--- /dev/null
+++ b/doc/forum/Automatically_dropping_files.mdwn
@@ -0,0 +1,7 @@
+I can make `git-annex` automatically fetch files with the [[/preferred content]] setting and the `--auto` flag, and it works almost exactly like I expect it to work.
+
+What I am missing is a way to make `git annex drop --auto` drop all files that are not wanted.
+
+I would like to work with metadata and tags in such a way that I can have clones (with views) that have only exactly those files available which carry a tag (done), and all other files automatically removed from the annex (unless that would be unsafe).
+
+Does anyone know how to achieve this?