|
Well just a stupid question, why do you copy the files?
I mean you could simply use the same files, or, if there are config files which get edited, use a different working directory and link the files that don't get changed. Otherwise you are wasting space, and a lot of time, as copying is very slow, and also the files that dont change can be cached by the OS
|