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-05-09 08:42:03.000000000 +0100 |
3 |
+++ e-smith-backup-2.2.0/root/etc/e-smith/events/actions/workstation-backup-dar 2010-05-09 08:45:21.000000000 +0100 |
4 |
@@ -80,11 +80,11 @@ |
5 |
|
6 |
$report .= "From: admin-backup\n"; |
7 |
$report .= "To: admin\n"; |
8 |
-$report .= "Subject: Daily Backup Report\n\n"; |
9 |
+$report .= "Subject: Daily Backup Report: ".$id."\n\n"; |
10 |
$report .= "================================== \n"; |
11 |
$report .= "DAILY BACKUP TO WORKSTATION REPORT \n"; |
12 |
$report .= "================================== \n"; |
13 |
-$report .= "Backup started at " .$tim . "\n"; |
14 |
+$report .= "Backup of ".$id." started at " .$tim . "\n"; |
15 |
$report .= "Backup of mysql databases has been done\n"; |
16 |
|
17 |
# mounting backup directory |