To get started you will need a computer capable of running bash.
- create a file named config.sh with the following content
label=[enter a label for downloaded content]
url=[enter the base URL to download from]
domain_list=[enter a comma separated list of additional domains to download content from]
- open a terminal prompt and run
bash backup.sh
Note that all the content downloaded will be viewable, but depending on how the website was built, you may need to run a local web server to view content
A simple python webserver can be started by running:
python -m SimpleHTTPServer 8000
and then navigating to the started webserver location and selecting your directory. This will most likely be http://0.0.0.0.:8000
The webserver can be stopped by pressing cntrl + c