I want to find a program that I can use to generate a website backup for offline browsing. I tried Httrack, but it doesn't seem to have scheduling options.

Scheduling is critical for me. I need to download a website on a daily basis.

Is there an alternative program that can do scheduling, along with the capabilities of httrack?

It also has to be free and has to work on linux. Red Hat, to be exact.

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

wget can be used like httrack. So if you combine it with cron you should be able to address your needs.

Manual should be helpful.

link|improve this answer
Currently making progress working with wget and cron. Having trouble downloading the whole website, though. Still, this was useful information, thanks. – aRHpositive Jul 5 '11 at 11:04
feedback

I don't really know this program, but I can recommend you a website I use for finding alternatives for programs and it helped me many times (e.g. finding free programs with the same functionality as the commercial ones etc.)

http://alternativeto.net/software/httrack/

Notice that you website users can "like" programs and then you can sort alternatives according to how many "likes" they've got. Enjoy.

link|improve this answer
That'd theoretically answer the question. You should however mention a few alternatives here and only provide the link to alternativeto.net for future reference. – slhck Jul 4 '11 at 15:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.