From e9d34ed7df26375b27f7b83db680f4b3ea879004 Mon Sep 17 00:00:00 2001 From: "http://grossmeier.net/" Date: Thu, 3 Apr 2014 16:43:21 +0000 Subject: [PATCH] --- doc/todo/Recursive_addurl_simlar_to_wget_--recursive.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/todo/Recursive_addurl_simlar_to_wget_--recursive.mdwn diff --git a/doc/todo/Recursive_addurl_simlar_to_wget_--recursive.mdwn b/doc/todo/Recursive_addurl_simlar_to_wget_--recursive.mdwn new file mode 100644 index 0000000000..bd0d9f1703 --- /dev/null +++ b/doc/todo/Recursive_addurl_simlar_to_wget_--recursive.mdwn @@ -0,0 +1,7 @@ +## Use Case + +I want to import a bunch of files that are hosted somewhere, they nicely sorted by year and such. Instead of addurl'ing each by hand (or writing a custom script each time this happens) I want to simply: + +git-annex addurl --recursive http://somehost.tld/somedir/ + +For sanity, mimicking wget closely with default depth of 5, but customizable with the --level switch.