We are using wget to mirror like this:

wget $HTTP_SITE1 --no-parent -X '/some/ftp/site/cache/' -X '/some/ftp/site/other/'  --mirror --no-check-certificate  --execute robots=off

My question is how can I just get a list of items that needs to be mirrored without downloading anything ? There is a --spider flag but I am not sure how to use it in mirroring context.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.