@echo off REM ****************************************************************************** REM * REM * REM * Module Name: Base3_Inc_Backup.bat REM * REM * Abstract: Backup batch that executes both AOMEI and Macrium Reflect incremental REM * Backups and then copies the incremental files to an external unit. REM * REM * REM ****************************************************************************** echo ****************************************************************** time /t echo ****************************************************************** REM ****** Backup using AOMEI first *********** AMBackup.exe /b inc /s "U:\DeskTop\AOMEI\Backup_3\Desktop.adi" echo ****************************************************************** time /t echo ****************************************************************** Pause