Posted: Mon Jan 26, 2004 11:25 am
Lately I installed a second large harddisk in my system.
HD 0 has 12 10GB partitions
part 1 contains OS program and swampfile
part 2-12 audio backup
HD 1 has 12 10GB partitions
part1 samplefiles (copies of sample CD's)and ghost image of HD 0 patition 1
part 2-12 audio
On each audio partition I created a batchfile
containing this line:
Xcopy *.* [destination partname] /M /E /C /R
After working on a song all I have to do is starting the batchfile in that partition and every change will be copied to it's "twin backup partition" on HD 0. Backup takes only a couple of minutes. So there's no reason to pospone and forget...
Why 10 GB partitions? To limit the movement of the harddisk heads to a region of 10 Gb rings.
HD 0 has 12 10GB partitions
part 1 contains OS program and swampfile
part 2-12 audio backup
HD 1 has 12 10GB partitions
part1 samplefiles (copies of sample CD's)and ghost image of HD 0 patition 1
part 2-12 audio
On each audio partition I created a batchfile
containing this line:
Xcopy *.* [destination partname] /M /E /C /R
After working on a song all I have to do is starting the batchfile in that partition and every change will be copied to it's "twin backup partition" on HD 0. Backup takes only a couple of minutes. So there's no reason to pospone and forget...
Why 10 GB partitions? To limit the movement of the harddisk heads to a region of 10 Gb rings.