1 |
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 |
2 |
--- e-smith-backup-2.2.0/root/etc/e-smith/events/actions/workstation-backup-dar.workstation-backup-df |
3 |
+++ e-smith-backup-2.2.0/root/etc/e-smith/events/actions/workstation-backup-dar |
4 |
@@ -94,7 +94,7 @@ |
5 |
$report .= "================================== \n"; |
6 |
$report .= "Backup of ".$id." started at " .$tim . "\n"; |
7 |
$report .= "Backup of mysql databases has been done\n"; |
8 |
-$report .= "Mounting backup shared directory $smbhost/$smbshare \n"; |
9 |
+$report .= "Mounting backup shared directory <//$smbhost/$smbshare>\n"; |
10 |
|
11 |
# ping the SMB Host to see if it is awake |
12 |
|
13 |
@@ -118,7 +118,7 @@ |
14 |
|
15 |
# mount the backup directory |
16 |
$err = &dmount($smbhost,$smbshare,$mntdir,$login,$password,$VFSType); |
17 |
-ldie("Error while mounting //$smbhost/$smbshare : \n" . $err) if $err; |
18 |
+ldie("Error while mounting <//$smbhost/$smbshare>\n" . $err) if $err; |
19 |
|
20 |
# verify $mntdir is mounted |
21 |
if (&checkMount ($mntdir)) |
22 |
@@ -520,6 +520,6 @@ |
23 |
} |
24 |
else |
25 |
{ |
26 |
- return ("Error while mounting $host/$share : $VFSType not supported.\n"); |
27 |
+ return ("Mount of type $VFSType not supported.\n"); |
28 |
} |
29 |
} |