diff --git a/doc/forum/__39__wget_--mirror__39___like_behaviour.mdwn b/doc/forum/__39__wget_--mirror__39___like_behaviour.mdwn new file mode 100644 index 0000000000..d13f3c2974 --- /dev/null +++ b/doc/forum/__39__wget_--mirror__39___like_behaviour.mdwn @@ -0,0 +1,7 @@ +Hi, is there a quick way to implement a 'wget --mirror' like behaviour with git-annex? + +I.e., I'd like to clone an entire website and adding it with original urls to my annex. + +I've tried 'git-annex addurl http://website.tld' only, but of course it downloads a single page, it does not descend recursively. + +Thanks