diff -ruN e-smith-backup-2.2.0.old/root/etc/e-smith/events/actions/workstation-backup-dar e-smith-backup-2.2.0/root/etc/e-smith/events/actions/workstation-backup-dar --- e-smith-backup-2.2.0.old/root/etc/e-smith/events/actions/workstation-backup-dar 2012-07-09 04:11:36.000000000 +0100 +++ e-smith-backup-2.2.0/root/etc/e-smith/events/actions/workstation-backup-dar 2012-07-09 04:15:06.000000000 +0100 @@ -75,7 +75,7 @@ my $timeout = (($backupwk->prop('Timeout') * 3600) - 30) || '88500'; my $inconly = $backupwk->prop('IncOnlyTimeout') || 'no'; my $VFSType = $backupwk->prop('VFSType') || 'cifs'; -my $fullday = $backupwk->prop('FullDay') || 7; +my $fullday = $backupwk->prop('FullDay'); $fullday = 7 unless defined $fullday; my $mail = $backupwk->prop('MailNotify') || 'yes'; my $mntdir = $backupwk->prop('Mount') || '/mnt/smb'; my $frommail = $backupwk->prop('FromMail') || 'admin-backup';