summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawlgyVag95OnpvSzQofjyX0WjW__MOMKsl0 <Sehr@web>2014-01-08 22:50:43 +0000
committerGravatar admin <admin@branchable.com>2014-01-08 22:50:43 +0000
commit7cc267745e180d5c964dd274746b5fed93f12b7b (patch)
tree21f04823054ef59e8885d4f808e93ac1599d2f53
parentf34b3fa57ebfc9a4ef393b436675cd703bcc1b2d (diff)
-rw-r--r--doc/todo/Provide_a___34__git_annex_satisfy__95__num__95__copies__34___command.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/Provide_a___34__git_annex_satisfy__95__num__95__copies__34___command.mdwn b/doc/todo/Provide_a___34__git_annex_satisfy__95__num__95__copies__34___command.mdwn
new file mode 100644
index 000000000..20046785a
--- /dev/null
+++ b/doc/todo/Provide_a___34__git_annex_satisfy__95__num__95__copies__34___command.mdwn
@@ -0,0 +1,9 @@
+Please provide a command that basically performs something like:
+
+git get --auto
+for i in `git remote`; do git copy -to $i --auto; done
+
+
+The use case is this:
+I have a very large repo (300.000 files) in three places. Now I want the fastest possible way to ensure, that every file exists in annex.numcopies. This should scan every file one time and then get it or copy it to other repos as needed. Right now, I make one "git annex get --auto" in every repo, which is is a waste of time, since most of the files never change anyway!
+