D-Link DNS-1250-04 Acronis Backup Software User Manual for DNS-1250-04 - Page 138

clone, harddisk:[disk number], trueimagecmd.exe usage examples, Image disks and partitions

Page 138 highlights

6.1.3.13 clone harddisk:[disk number] Specifies a source hard disk which will be cloned to the new hard disk. target_harddisk:[disk number] Specifies the target hard disk number where the source hard disk will be cloned. 6.1.4 trueimagecmd.exe usage examples 6.1.4.1 Image disks and partitions The following command will create an image named 1.tib of partitions 2-1 and 13: trueimagecmd /create /filename:"C:\Test\1.tib" /partition:2-1,1-3 The image will be saved to the C:\Test\ folder. The following command will create an image of partitions 2-1 and 1-3 in the Acronis Secure Zone: trueimagecmd /create /asz /partition:2-1,1-3  The following command will create an image named 1.tib of partitions 2-1 and 1-3: trueimagecmd /create /filename:"\Test\1.tib" /partition:2-1,1-3 /file_partition:3-1 The image will be saved in the folder \Test on partition 3-1.  The following command will append an incremental image to the image named 1.tib of hard disk 2: trueimagecmd /create /filename:"C:\Test\1.tib" /password:qwerty /harddisk:2 /reboot /raw /incremental /compression:5 /split:640 /progress:off The image will be saved to C:\Test\ folder, protected with password "qwerty", split into 640-MB parts, and contain all cluster data. Image compression level is 5. The server will be rebooted after the operation is completed.  The following command will create an image of partition 2-1 named arc.tib in the shared folder \\server1\folder: trueimagecmd /create /partition:2-1 /filename:\\server1\folder\arc.tib /net_user:user1 /net_password:pw1 /log:\\server2\dir\log1.log /log_net_user:user2 /log_net_password:pw2 The operation log file log1.log will be saved on another share \\server2\dir\. Credentials for both shares are provided.  The following command will create an image of partition 2-1 in the archive.tib file located on the FTP server: trueimagecmd /create /partition:2-1 /filename:ftp://server/folder/archive.tib /ftp_user:usr1 /ftp_password:pswd1 6.1.4.2 Restore disks and partitions The following command will restore partition 2-1 from image 1.tib to the original location: trueimagecmd /deploy /filename:"C:\Test\1.tib" /partition:21  The following command will restore hard disk 2 from image 1.tib, protected with password 'qwerty', to the original hard disk:

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153

6.1.3.13
clone
harddisk:[disk number]
Specifies a source hard disk which will be cloned to the new hard disk.
target_harddisk:[disk number]
Specifies the target hard disk number where the source hard disk will be cloned.
6.1.4
trueimagecmd.exe usage examples
6.1.4.1
Image disks and partitions
The following command will create an image named 1.tib of partitions 2-1 and 1-
3: trueimagecmd /create /filename:"C:\Test\1.tib" /partition:2-1,1-3
The image will be saved to the C:\Test\ folder.
The following command will create an image of partitions 2-1 and 1-3 in the
Acronis Secure Zone: trueimagecmd /create /asz /partition:2-1,1-3
The following command will create an image named 1.tib of partitions 2-1 and 1-3:
trueimagecmd /create /filename:"\Test\1.tib" /partition:2-1,1-3
/file_partition:3-1
The image will be saved in the folder \Test on partition 3-1.
The following command will append an incremental image to the image named 1.tib of hard disk
2:
trueimagecmd /create /filename:"C:\Test\1.tib" /password:qwerty
/harddisk:2 /reboot /raw /incremental /compression:5 /split:640
/progress:off
The image will be saved to C:\Test\ folder, protected with password “qwerty”, split into 640-MB
parts, and contain all cluster data. Image compression level is 5. The server will be rebooted after
the operation is completed.
The following command will create an image of partition 2-1 named arc.tib in the shared folder
\\server1\folder
:
trueimagecmd /create /partition:2-1 /filename:\\server1\folder\arc.tib
/net_user:user1 /net_password:pw1 /log:\\server2\dir\log1.log
/log_net_user:user2 /log_net_password:pw2
The operation log file log1.log will be saved on another share
\\server2\dir\
. Credentials for both
shares are provided.
The following command will create an image of partition 2-1 in the archive.tib file located on the
FTP server:
trueimagecmd /create /partition:2-1 /filename:ftp://server/folder/archive.tib
/ftp_user:usr1 /ftp_password:pswd1
6.1.4.2
Restore disks and partitions
The following command will restore partition 2-1 from image 1.tib to the
original location: trueimagecmd /deploy /filename:"C:\Test\1.tib" /partition:2-
1
The following command will restore hard disk 2 from image 1.tib, protected with password
‘qwerty’, to the original hard disk: