Creating Acronis Secure Zone on disk 2 of the local machine. Since the --asz_size parameter is not specified, Acronis Secure Zone will be created with a default size which is the average between the maximal (all the unallocated space) and minimal (about 50 MB) values.
acrocmd create asz --disk=2
Creating Acronis Secure Zone of size 500 MB on disk 1 of the local machine. If the unallocated space is not enough, the space will be taken from the second volume of that disk.
Displaying the Acronis Secure Zone size and free space in gigabytes.
acrocmd resize asz --size_measure=gb
Increasing Acronis Secure Zone on the local machine (we assume that the current size is less than 10 GB). Acronis Secure Zone is on disk 1. If the unallocated space on that disk is not enough, the space will be taken from the second volume of that disk. The command output will contain the resulting size and free space in gigabytes.
Decreasing Acronis Secure Zone on a remote machine (we assume that the current size is more than 10 GB). Since the --volume parameter is not specified, the freed space will become unallocated. The command output will contain the resulting size and free space in megabytes because the --size_measure parameter is not specified.
Deleting Acronis Secure Zone from the local machine. The freed space will be added to the 1st volume of disk 1. (This is the disk where Acronis Secure Zone is located.)
acrocmd delete asz --volume=1-1
Deleting Acronis Secure Zone from a remote machine. The freed space will become unallocated.