|
@@ -34,6 +34,8 @@ Device Boot Start End Sectors Size Id Type
|
34
|
34
|
**sda2 offset:( 512 x 206848 = 105906176 )**<br>
|
35
|
35
|
|
36
|
36
|
результат вносим в раздел скрипта **manual_parameters**<br>
|
|
37
|
+Пожалуйста обратите внимание, параметры скрипта это массивы, вносите изменения так же как в исходном коде,<br>
|
|
38
|
+скрипт всегда опрашивает значения как массив, независисмо одно значение или более.<br>
|
37
|
39
|
теперь скрипт сможет сам как сохранять так и восстанавливать данные с образа виртуальной машины.<br>
|
38
|
40
|
**Внимание!!**<br>
|
39
|
41
|
**До начала использования скрипта рекомендую предварительно сделать копию файла образа (пример : /kvm/win7x64/disk_c.img)**<br>
|
|
@@ -78,6 +80,8 @@ the offset for each section is obtained by computing:<br>
|
78
|
80
|
**sda2 offset :( 512 x 206848 = 105906176)**<br>
|
79
|
81
|
|
80
|
82
|
the result is added to the section of the script **manual_parameters**<br>
|
|
83
|
+Please note, the script settings are arrays, make the changes as well as in the source code, <br>
|
|
84
|
+The script always interrogates values as an array, independently one value or more.<br>
|
81
|
85
|
Now the script itself can both save and restore data from the virtual machine image.<br>
|
82
|
86
|
**Attention!!**<br>
|
83
|
87
|
**Before using the script, I recommend that you first make a copy of the image file (example: /kvm/win7x64/disk_c.img)**<br>
|