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.