trueimageteminal.exe restore option not working

Discussion in 'Acronis True Image Product Line' started by jeremyotten, Nov 25, 2006.

Thread Status:
Not open for further replies.
  1. jeremyotten

    jeremyotten Registered Member

    Joined:
    Feb 9, 2005
    Posts:
    684
    What is wrong with my script?

    <? xml version="1.0" encoding="utf-8" ?>
    <restore>
    <target disk ="1" />
    <source disk ="1" />
    <target file="\\nas02\images\ctxlic01.tib" />
    <restore/>
     
  2. foghorne

    foghorne Registered Member

    Joined:
    Sep 27, 2005
    Posts:
    1,389
    Location:
    Leeds, Great Britain
    Apart from the whitespace between the "?" and the "xml" ?

    F.
     
  3. Acronis Support

    Acronis Support Acronis Support Staff

    Joined:
    Apr 28, 2004
    Posts:
    25,885
    Hello jeremyotten,

    Thank you for choosing Acronis Disk Backup Software.

    Please note that as Alexey said in this previous post, it is not possible to restore disk/partition using scripts. The script can be created for backup operations only. Below is an example of such script:

    <? xml version="1.0" encoding="UTF-8" ?>

    <backup>

    <source letter ="e" />

    <target file="c:\MyBackup.tib" />

    <options compression="high" incremental="false" description="test" />

    </backup>

    Using this script you can create the full image of the partition E, image file name will be "MyBackup.tib". Pay attention to the last line: symbol "/" is before "backup".

    You can find the detailed instructions on how to use scripting in the respective User's Guide.

    Thank you.
    --
    Aleksandr Isakov
     
  4. jeremyotten

    jeremyotten Registered Member

    Joined:
    Feb 9, 2005
    Posts:
    684
    When will the restore option be added?
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.