dbpedia / virtuoso-sparql-endpoint-quickstart

creates a docker image with Virtuoso preloaded with the latest DBpedia dataset
Other
120 stars 36 forks source link

Repeat only incomplete downloads with wget when re-running download.sh #3

Closed johann-petrak closed 8 years ago

johann-petrak commented 8 years ago

If download.sh gets interrupted and re-run, all files will get downloaded again. Adding these wget options will automatically only download the still incomplete files and only the part that is missing: "-N -c". Other options which may be useful to add could be "--progress=bar:force:noscroll --tries=1 --timeout=5 -nv"

gone-phishing commented 8 years ago

I've added the -N and -c option to wget in the latest commit. Thanks for pointing that out :)