diff options
author | http://grossmeier.net/ <greg@web> | 2014-04-03 16:43:21 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-04-03 16:43:21 +0000 |
commit | ae272fcc08653f8fbee5ee5206779098a4c16a7a (patch) | |
tree | a92c29fd4d304e8f7f25c8d9313d736b849d8aae /doc/todo/Recursive_addurl_simlar_to_wget_--recursive.mdwn | |
parent | 3597c67bdd73fd4d747258b12a7bbc6ea75fe8a0 (diff) |
Diffstat (limited to 'doc/todo/Recursive_addurl_simlar_to_wget_--recursive.mdwn')
-rw-r--r-- | doc/todo/Recursive_addurl_simlar_to_wget_--recursive.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
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 000000000..bd0d9f170 --- /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. |