diff -up e-smith-backup-2.2.0/root/etc/e-smith/events/actions/workstation-backup-dar.workstation-backup-df e-smith-backup-2.2.0/root/etc/e-smith/events/actions/workstation-backup-dar --- e-smith-backup-2.2.0/root/etc/e-smith/events/actions/workstation-backup-dar.workstation-backup-df 2013-07-13 20:03:04.000000000 -0700 +++ e-smith-backup-2.2.0/root/etc/e-smith/events/actions/workstation-backup-dar 2013-07-13 20:04:23.000000000 -0700 @@ -440,7 +440,7 @@ foreach $key (sort keys %backupfiles) # Check free disk space my $df = qx(/bin/df -Ph \"$mntdir\"); -if ($df =~ /^\S+\s+(\S+)\s+(\S+)\s+(\S+)\s+(\d*%)/mi) +if ($df =~ /(\S+)\s+(\S+)\s+(\S+)\s+(\d*%)/) { $report .= "Disk usage $2, $4 full, $3 available\n"; }