Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2022-08-11 13:54:02 -04:00
commit 0059cb17f6
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

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