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