Jump to content











Photo
* * * * * 2 votes

Acronis Backup&Restore


  • Please log in to reply
65 replies to this topic

#1 xplod

xplod

    Frequent Member

  • Advanced user
  • 158 posts
  •  
    Germany

Posted 09 September 2009 - 01:59 PM

Service Note (Lancelot):
topic moved to apps section
------------------------------------------------------------

Hallo,

did someone have already script for Acronis Backup&Restore?
If yes please post.

Xplod

#2 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 11 September 2009 - 01:04 PM

try:
Attached File  AcronisBackupAndRecovery10_v4.7z   3.02KB   1562 downloads
it is only the BartPE version

Edit:
currently the script always place the prog. inside vistape.wim
(i have problem to place it outside the .wim,
seems mms always should be located
in 'x:\program files' inside the wim)
the BartPE version needs lic
the script try to read it from the host
in that case if it is not successful
then try to run Acronis\WinPE\WinPE\export_license.bat
and should correct the script yourself
look into license.info and put the needed data into the script

Edited by dera, 19 September 2009 - 12:50 PM.
script updated


#3 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 11 September 2009 - 10:48 PM

newer version:
see post #2
now in VistaPE project can select RunFromRam or not RunFromRam
(choice to place the prog. in 'Program Files' inside the vistape.wim or place the prog. in 'Programs' folder in the CD root)

Edited by dera, 12 September 2009 - 12:00 PM.
attachment removed, see post #2


#4 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 12 September 2009 - 10:17 AM

script in post #2
updated to version=3

hopefully the script now works in LiveXP project, too
(RunFromRam checkbox has no effect in LiveXP)
mistake:
missing 'UpperFilters' registry entries
corrected

#5 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 12 September 2009 - 06:25 PM

Thanks dera,

another good script at App Scripts :)

#6 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 13 September 2009 - 06:11 AM

For some time i did not want to change the attached script (version=3) in post #2
but noticed
in that script in the section [allow_mms] at lines #166-167 there are the lines:
//AddAutoRun,start_mms, etc.
AddPostConfig,start_mms, etc.

seems this works in VistaPE,
but seems does not work in Win7RescuePE if the "Run from ram (boot.wim)" checkbox is unchecked,
maybe would be better to change them,
uncomment 'AddAutoRun' and comment out 'AddPostConfig'
so try change them to:
AddAutoRun,start_mms, etc.
//AddPostConfig,start_mms, etc.

#7 Joshua

Joshua

    Silver Member

  • Advanced user
  • 526 posts
  • Location:Germany
  • Interests:Computer, Bikes, and many others
  •  
    Germany

Posted 13 September 2009 - 07:19 AM

but seems does not work in Win7RescuePE if the "Run from ram (boot.wim)" checkbox is unchecked,

You found a bug in Win7RescuePE loader. :)
This is easy to fix.
It will work in next version.

Joshua

#8 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 15 September 2009 - 11:26 AM

i tried my script in Win7RescuePE project, too
and seems using win7peldr.exe v.1.2.0.7
either AddAutoRun, either AddPostConfig works fine

but noticed
the prog can work only in that case
if in the 'Configuration' script (\Projects\Win7RescuePE\config.script)
'Build model: In RAM (boot.wim)' option selected,

if 'Build model: Normal' option used then the prog. doesn't work at all (seems doesn't get the lic in the running Win7RescuePE)

Any idea why does it happen or how should to solve this problem?

#9 risolutore

risolutore

    Frequent Member

  • Advanced user
  • 311 posts
  •  
    Italy

Posted 16 September 2009 - 08:54 AM

according to Acronis Help file the supported operating system of Acronis Backup & Recovery 10 Advanced Workstation are:

Windows Professional 2000 SP4/Professional XP SP2
Windows XP Professional x64 Edition/Home Edition
Windows Vista - all editions

#10 Joshua

Joshua

    Silver Member

  • Advanced user
  • 526 posts
  • Location:Germany
  • Interests:Computer, Bikes, and many others
  •  
    Germany

Posted 16 September 2009 - 09:09 AM

if 'Build model: Normal' option used then the prog. doesn't work at all (seems doesn't get the lic in the running Win7RescuePE)
Any idea why does it happen or how should to solve this problem?

I have no AcronisBackupAndRecovery10 for testing!
i will look to your script, may be i found something that causes this?

Joshua

#11 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 16 September 2009 - 10:46 AM

Thanks Joshua

At the first time when made the script for VistaPE, where i always used the .wim,
noticed that i am unable to place the program outside the .wim,
i.e. in 'Programs' folder in the CD root.
This was solved with that trick : the files of 'mms' services always placed inside the 'Program Files' folder
and in VistaPE it means always placed inside the .wim

Edit:
sorry
now i can see in VistaPE also there is an option "Direct from CD/DVD"
just never used it


the strange is that in LiveXP the program works fine using a plain .iso,
i mean using no writable %SystemDrive% or no writable Program Files folder,
and works also if BootSDI used

#12 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 17 September 2009 - 05:02 PM

but noticed
the prog can work only in that case
if in the 'Configuration' script (\Projects\Win7RescuePE\config.script)
'Build model: In RAM (boot.wim)' option selected,

if 'Build model: Normal' option used then the prog. doesn't work at all (seems doesn't get the lic in the running Win7RescuePE)

Any idea why does it happen or how should to solve this problem?


I have made a newer test not using the .wim
and strangely now the program works.
Seems this problem depends on the used Acronis version,
i mean using newer software version it works
using the older version it doesn't work.

Anyone has similar experience?

#13 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 19 September 2009 - 08:10 AM

script in post #2
updated to version=4

#14 xplod

xplod

    Frequent Member

  • Advanced user
  • 158 posts
  •  
    Germany

Posted 01 October 2009 - 09:58 AM

Hallo,

I have tested your V4.
The application is starting fine. Bu you cannot Backup/Restore to a mapped network drive.
The same test with True Image Workstation 9.1 and True Image Workstation Echo is working fine.

Xplod

#15 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 01 October 2009 - 11:04 AM

look here
it helped on TI Home 2009
maybe works with BR10 too (don't know, i didn't try yet)

#16 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 02 October 2009 - 06:56 AM

at me
either starting the app. with 'TrueImage_starter.exe' and browsing 'Network folders' works
br10_net_1.png
br10_net_1a.png

either starting the app. with 'TrueImage.exe' and browsing 'mapped network drive' works
br10_net_2.png

#17 xplod

xplod

    Frequent Member

  • Advanced user
  • 158 posts
  •  
    Germany

Posted 02 October 2009 - 07:02 AM

Hallo,

starting the app. with 'TrueImage.exe' is the Solution.
Maybee you can change this in your script.

xplod

#18 dylan80

dylan80

    Member

  • Members
  • 47 posts
  •  
    Australia

Posted 02 October 2009 - 07:18 AM

acronis backup and recovery 10 has its own winpe builder, just point it to ur project. Runs flawlessly. Note that this is not the old school 'media builder" but an actual winpe builder.

#19 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 02 October 2009 - 07:23 AM

yes
but that winpe_iso.exe always will place the prog inside 'Program Files' inside the .wim
(its size is more than ~130MB)

(and at me this script works in LiveXP project, too)

#20 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 02 October 2009 - 07:40 AM

Any idea exactly how is it possible to slim it down?
(e.g. to remove:
bootwiz.bin
bootmenu.exe
kernel.dat
ramdisk.dat
BootAgentActiveRestoreDos.run
hddhook.com
mouse.com
f11.cfg)

#21 magic12kenneth

magic12kenneth

    Member

  • Members
  • 79 posts
  •  
    United States

Posted 20 December 2009 - 11:35 PM

I'm unable to do a recovery using this script. As soon as I press OK to recover, it just brings you back to the main menu. It doesn't do anything. Anyone else did a successful recovery? I can do backup fine. I'm using LiveXP.

Ken

#22 doda

doda
  • Members
  • 7 posts

Posted 02 March 2011 - 11:36 PM

I tried to use this script, but I can't find the Bootmenu.exe that is asked for anywhere. The only thing there is a file called bootmenu.bin.

Anyone any ideas?

Doda

#23 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 03 March 2011 - 07:48 AM

script version 4 works only with B&R 10 up to build 10.0.0.11133

newer script:
Attached File  AcronisBackupAndRecovery10_v6.7z   3.49KB   880 downloads

Note:
in the script interface in the "Path to BartPE files:" input field
as default folder the "C:\Program Files\Acronis\BootableComponents\WinPE\Files" mentioned,
it is valid only for older B&R 10 builds

in newer B&R 10 builds the needed files reside in 'C:\Program Files\Acronis\BootableComponents\WinPE\WinPE.zip',
so first should extract these files manually from 'WinPE.zip\Files' to a folder e.g. to '%ScriptDir%\Files' then in the script interface should point to this folder in the "Path to BartPE files:" input field

#24 skydancer

skydancer
  • Members
  • 7 posts
  •  
    Israel

Posted 21 March 2011 - 06:35 PM

Unfortunately the script not working on the latest build 12708.
:clap:

#25 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 22 March 2011 - 08:28 PM

Unfortunately the script not working on the latest build 12708.
:cheers:

as you did not mention any detail about the prblem
and seeing your topic
can i suppose that the promlem is not 'the script not working on the latest build 12708' but rather 'the script not working in x64 based PE'?




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users