(no commit message)
authoratrent <atrent@web>
Thu, 11 Aug 2022 12:45:59 +0000 (12:45 +0000)
committeradmin <admin@branchable.com>
Thu, 11 Aug 2022 12:45:59 +0000 (12:45 +0000)
doc/forum/__39__wget_--mirror__39___like_behaviour.mdwn [new file with mode: 0644]

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 (file)
index 0000000..d13f3c2
--- /dev/null
@@ -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