AOMEI Backupper allows you to create a system or disk partition image backup from command line interface or a batch (.BAT) file with the AMBackup.exe utility.
AOMEI Backupper provides AMBackup.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 AMBackup.exe command line utility enables you to perform most of the backup operations that are supported by the AOMEI Backupper graphical user interface (GUI).
You can create a backup of the system state, hard disks, or partitions from command prompt by using the AMBackup.exe command followed by various parameters.
To restore backed-up images, please use the AOMEI Backupper GUI.
The following example shows how to use the AMBackup.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 AOMEI Backupper 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 AOMEI Backupper GUI, please close it before opening command prompt).
Step 3. At the prompt, type: ambackup /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: