| Subject: Re: Multiple Versions (Dates) of the Same Website |
Author: William Roeder |
Date: 03/24/2010 21:04 |
| | > multiple versions of the same website with one
Capture the mirror.
create a copy. To minimize disk space, I'd use hard links. (fsutil hardlink
create)
Updates to files will break the hard links and you have your versions.
bat file outline:
for/R (
md
fsutil
) | |
|
|
|
|
9
Created with FORUM 2.0.11