# Clone (aka Mirror) a website
httrack www.example.com
# Clone a website from the given page and below, only go 5 levels down (-Y === go 1 level down)
httrack www.example.com/a-list-of-all-night-clubs.html +* -r5
# Updates the Clone in the current directory
httrack --update
# Continue cloning (-i)
httrack --continue
# Use mirror wizard (asks questions)
httrack -W www.example.com
# Prefferd language navigation
httrack --language "fr, en, jp, *" www.example.com