Skip to content

Create a static copy of a website hosted on BOA

Bill Seremetis edited this page Dec 4, 2020 · 1 revision

Use httrack:

httrack https://YOUR_DOMAIN -O LOCAL_FOLDER -F "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" -N "%h%p/%n/index%[page].%t" -WqQ%v --robots=0 --footer ''

This page needs more info, but it saved here so that the command above is not lost.