Backup validation fails, but it's looking for data from old, previously deleted backups
Backup validation is failing for me, and I'm not sure what I can do to fix. I've deleted my backup and all it's settings, and created a new backup. When validation runs for the new backup, the backup succeeds but validation fails. The weird thing is, it's looking for files from the old backup, not the newly created backup.
Is there anyway to clear up whatever cache True Image has so that I can get a successful backup and validation?
Thanks!
| Anhang | Größe |
|---|---|
| untitled.png | 18.3 KB |
- Anmelden, um Kommentare verfassen zu können
I deleted the old task from the UI, clicked on the gear -> delete -> settings. The old backup it's trying to validate does not show up anywhere.
- Anmelden, um Kommentare verfassen zu können
The script tht is running the validation can probably be found in the Acronis folder named "scripts".
Each of these scripts can be viewed in Notepad so you can determine which one is specifically for the validation. The validation script can be deleted. An example of the beginning part of a validation script is below This is script 239533EA-EEE6-4CDF-9360-64A57A2480FD. You will need to look at each of the listed scripts to find the right one--probably the oldest scrpt.
<?xml version="1.0" encoding="UTF-8" ?>
<batch>
<version>
1.0
</version>
<uuid>
239533EA-EEE6-4CDF-9360-64A57A2480FD
</uuid>
<display>
Backup validation
</display>
<priority>
low
</priority>
<stage>
<description>
Stage Description
</description>
<before>
<user_command>
<command enabled="false" />
</user_command>
- Anmelden, um Kommentare verfassen zu können