This commit is contained in:
atrent 2022-08-11 12:45:59 +00:00 committed by admin
parent e9ffffbb8f
commit e3b6d203c1

View file

@ -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