From e3b6d203c150c65558af0f577cc7a35d59af0fc7 Mon Sep 17 00:00:00 2001 From: atrent Date: Thu, 11 Aug 2022 12:45:59 +0000 Subject: [PATCH] --- doc/forum/__39__wget_--mirror__39___like_behaviour.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/__39__wget_--mirror__39___like_behaviour.mdwn 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