Aug 092010
Mirror a web site using wget
Answer:
wget is a standard program came with most Linux distributions. It allows you to create a mirror (backup) of a web site easily using the following command.
# wget -m -k -K -E http://www.example.com
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Mirror a web site using wget
Answer:
wget is a standard program came with most Linux distributions. It allows you to create a mirror (backup) of a web site easily using the following command.
# wget -m -k -K -E http://www.example.com