diff -urN e-smith-backup-2.6.0.old/root/etc/e-smith/events/actions/workstation-backup-dar e-smith-backup-2.6.0/root/etc/e-smith/events/actions/workstation-backup-dar --- e-smith-backup-2.6.0.old/root/etc/e-smith/events/actions/workstation-backup-dar 2020-03-15 19:43:27.247369000 +0000 +++ e-smith-backup-2.6.0/root/etc/e-smith/events/actions/workstation-backup-dar 2020-03-15 19:44:02.596369000 +0000 @@ -477,7 +477,7 @@ # Delete backups from the catalog that were missing on disk in descending order while (my $catIndex = pop @deletions) { - system("/usr/bin/dar_manager", "-Q", "-B", "$catalog", "-D", "$catIndex") == 0 + system("/usr/bin/dar_manager", "-Q", "-ai", "-B", "$catalog", "-D", "$catIndex") == 0 or ldie("Failed to delete set $catIndex from catalog. $!\n"); sleep 1; # sleep added to ensure the creation of a valid catalog }