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