- Go to Client’s Backup Set in OBS console
- Under “Pre-backup command” heading fill out the fields
- Name: USB Not Present
- Command: IF NOT EXIST %DRIVE_LETTER%: ECHO USBDriveNotConnected >%userprofile%\.obm\ipc\BackupSet\%backup_set_ID%\stop(Where %DRIVE_LETTER% is the letter of the removal drive and %backup_set_ID% is the backup set ID number)
eg. IF NOT EXIST F: ECHO USBDriveNotConnected > %userprofile%\.obm\ipc\BackupSet\1425613161521\stop
- Working Directory: C:\
- Click Update