diff -Nur e-smith-backup-2.6.0.bz9563.old/root/etc/e-smith/events/actions/workstation-backup-dar e-smith-backup-2.6.0.bz9563.new/root/etc/e-smith/events/actions/workstation-backup-dar --- e-smith-backup-2.6.0.bz9563.old/root/etc/e-smith/events/actions/workstation-backup-dar 2016-08-10 12:39:30.018483338 +0200 +++ e-smith-backup-2.6.0.bz9563.new/root/etc/e-smith/events/actions/workstation-backup-dar 2016-08-10 17:02:47.795622041 +0200 @@ -448,7 +448,7 @@ # find available backups for the server my $setbackuplist = sub {if($_ =~ /([\w|-]+)-(\d+)\..*\.dar/){$backupfiles{$2} = $File::Find::dir."/$1-$2";}}; - find { wanted => \&$setbackuplist, untaint => 1 }, $mntbkdir ; + find { wanted => \&$setbackuplist, untaint => 1, follow => 1 }, $mntbkdir ; my @deletions; my $pid = open (DAR_LIST, "-|", "/usr/bin/dar_manager", "-Q", "-B", "$catalog", "-l") or ldie ("Cannot start : $!");