06-26-04 07:37 PM
I can't succeed to achieve an Acronis 7 script which is able to save the
partitions on two first fixed disks.
Here is my script :
--- BEGIN OF SCRIPT ---
<?xml version="1.0" encoding="utf-8" ?>
<backup>
<source disk="1" />
<source disk="2" />
<target file="H:\HDD_IMGS\eln-desk_a_.tib" />
<options compression="normal" incremental="false" description="Deux
premiers HDDs de ELN-DESK - Set #A" />
</backup>
--- END OF SCRIPT ---
In fact, it proceed with the first hdd only, ignoring the second one.
Knowing, of course, that, if I ask an image for the second hdd only, it
works.
What's wrong ?
Very difficult to find info about this script feature
[ Post a follow-up to this message ]
|