Forum Moderators: phranque

Message Too Old, No Replies

Daily snapshot of a website

         

NeedScripts

11:40 am on Jul 21, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I was wondering if anyone is aware of any tool that will take snapshot or download the entire "page" of any given website (or list of website) on regular basis? (say every 24 hours)

Thanks for the help.

HughMungus

6:12 pm on Jul 21, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



httpget or wget will do it in dos mode

seo_ind

10:40 am on Jul 22, 2004 (gmt 0)

10+ Year Member



What exactly must be the command?

let me know

regards

Vamsi

Flash

12:04 pm on Jul 22, 2004 (gmt 0)

10+ Year Member



wget [domain.com...]

Will get the single file. If you want all teh graphics etc, use the mirror toggle.

"wget --help" for a full list of widgets, and use cron or task scheduler to automate it.

If you want to mirror an entire site, you need a ftp-based alternative, however, as wget can only get the linked files.