1 |
wellsi |
1.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 2010-07-09 18:59:35.000000000 +0100 |
3 |
|
|
+++ e-smith-backup-2.2.0/root/etc/e-smith/events/actions/workstation-backup-dar 2010-07-09 20:29:40.000000000 +0100 |
4 |
|
|
@@ -76,7 +76,7 @@ |
5 |
|
|
my $fullday = $backupwk->prop('FullDay') || 7; |
6 |
|
|
my $mail = $backupwk->prop('MailNotify') || 'yes'; |
7 |
|
|
my $mntdir = $backupwk->prop('Mount') || '/mnt/smb'; |
8 |
|
|
-my $tmpdir = $mntdir . "/tmp_dir"; |
9 |
|
|
+my $tmpdir; |
10 |
|
|
|
11 |
|
|
$report .= "From: admin-backup\n"; |
12 |
|
|
$report .= "To: admin\n"; |