| Hi,
I'm using httrack on linux to get a copy of my web site in order to create a
monthly archive.
Each month, I create a folder for /YYYY-MM and I execute the basic command :
httrack <http://www.mywebsite.com/> -O
/var/apache/www/mywebsite-archives/YYYY-MM
I'm going to automated it (using cron and date), but before I'm wondering if
httrack had not already a built-in option dedicated for this kind of purpose
:
- Create a date based folder (or file) structure
- Create a main index file for navigation
- and eventually skip files that haven't changed since the last copy and
replace them with a symbolic link (something similar to the Apple
TimeMachine)
Thanks
Olivier
| |