Qiling Disk Master provides a utility called DiskMasterUI.exe that allows users to make backups from a command line interface or through a batch file, making it useful for unattended and multi-task backups. The DiskMasterUI.exe command line utility enables users to perform most of the backup operations supported by the Qiling Disk Master graphical user interface.
To create a backup of the system state, hard disks, or partitions from the command prompt, you can use the DiskMasterUI.exe command followed by specific parameters. This process allows for the creation of a backup of the system state, hard disks, or partitions.
To restore backed-up images, please use the Qiling Disk Master GUI.
To back up the system drive using the DiskMasterUI.exe utility from the command line, you can use the following example. It creates a new backup of the system drive and names it "sysbackup", storing the backup image file on drive F. The backup is not compressed (compression level 0) and the image file is encrypted with the password "123".
Step 1. Download and install Qiling Disk Master Professional, which offers a 30-day free trial, allowing you to test it before making a purchase.
Step 2. To start, click on the "Start" button in the lower left corner, then type "cmd" in the search box or press WIN+R and type "CMD". Run the Command Prompt with administrator privileges. If you have Qiling Disk Master GUI open, close it before proceeding. This will open the Command Prompt.
Step 3. At the prompt, type:
DiskMasterUI /b new /n sysbackup /t system /d f: /c 0 /e 123
To perform a command line backup, type the command "tar -cvf backup.tar" followed by the Enter key on your keyboard.
Tips: