Qiling Disk Master provides DiskMasterUI.exe utility for users to make backups from command line interface or by creating a batch (.BAT) file. It is very useful for unattended and multi-task backups. The DiskMasterUI.exe command line utility enables you to perform most of the backup operations that are supported by the Qiling Disk Master graphical user interface (GUI).
You can create a backup of the system state, hard disks, or partitions from command prompt by using the DiskMasterUI.exe command followed by various parameters.
To restore backed-up images, please use the Qiling Disk Master GUI.
The following example shows how to use the DiskMasterUI.exe utility to back up system drive from CMD. This example makes a new backup of system and names it "sysbackup". Drive F is set as destination path to store the backup image file. The compression level is 0 which means no compression, and image file is encrypted with password 123.
Step 1. Download and install Qiling Disk Master Professional. It has 30-day free trial, so you can enjoy it before purchasing.
Step 2. Click on the "Start" button in the lower left corner. In the search box, type "cmd", or press WIN+R and type "CMD", and then run as administrator privilege. After that, Command Prompt will open (If you launch Qiling Disk Master GUI, please close it before opening command prompt).
Step 3. At the prompt, type:
DiskMasterUI /b new /n sysbackup /t system /d f: /c 0 /e 123
And then hit "Enter" on your keyboard to perform the command line backup operation.
Tips: