diff -Nur e-smith-backup-2.4.0.old8800/root/etc/e-smith/events/actions/workstation-backup-dar e-smith-backup-2.4.0.bz8800/root/etc/e-smith/events/actions/workstation-backup-dar --- e-smith-backup-2.4.0.old8800/root/etc/e-smith/events/actions/workstation-backup-dar 2015-02-04 21:53:56.705181302 +0100 +++ e-smith-backup-2.4.0.bz8800/root/etc/e-smith/events/actions/workstation-backup-dar 2015-02-04 21:56:42.696738586 +0100 @@ -476,7 +476,7 @@ foreach my $key (sort keys %backupfiles) { next unless ($key > $oldkey); # prevent adding old backups to the catalog - system("/usr/bin/dar_manager", "-Q", "-B", "$catalog", "-A", "$backupfiles{$key}") == 0 + system("/usr/bin/dar_manager", "-Q", "-ai", "-B", "$catalog", "-A", "$backupfiles{$key}") == 0 or ldie("Failed to add set $backupfiles{$key} to catalog. $!\n"); sleep 1; # sleep added to ensure the creation of a valid catalog }