2
0
I want to mirror a website that will be taken down soon, the problem im facing at the moment is simple -> mirror whole website1 and all links (will be files/images/similiar) to website2 too, so i got a nice "merged" mirror.
-Therefore the Question would be:
How to do this with wget? Are the other ways to solve this problem (if not possible with wget)?
-Logic Example:
The Website is http://example.org and it will get mirrored (wget -mk). wget should also mirror every content being hosted on http://foo.bar too but nothing else.
im looking for a way to do --include-domain <LIST> not exclude specific sites. – K1773R – 2012-12-20T23:00:13.097
@K1773R Checkout my updated answer, you may include a list of domains also
– X.Jacobs – 2012-12-20T23:11:05.137--domains was what i was looking for, ty! – K1773R – 2012-12-20T23:22:06.560