Comments - Documentation
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
wget() is your friend!
You can download the entire document tree using wget().
http://www.gnu.org/software/wget/
Thanks. I was able to do the download, however the download took about 6 hours and consisted of >16000 files for more than >500 MBytes. This was using the command line
wget --convert-links -r -l0 https://mariadb.com/kb/en/documentation/
I'm not experienced with wget, are you able to suggest a change to that command line so that I can avoid such a large download in the future?