diff -urN e-smith-backup-2.4.0.old/root/etc/e-smith/web/functions/backup e-smith-backup-2.4.0/root/etc/e-smith/web/functions/backup --- e-smith-backup-2.4.0.old/root/etc/e-smith/web/functions/backup 2013-04-01 15:47:41.340890496 +1100 +++ e-smith-backup-2.4.0/root/etc/e-smith/web/functions/backup 2013-04-01 16:25:42.103870530 +1100 @@ -3172,7 +3172,7 @@ if ($VFSType eq 'cifs') { - return ( qx(/bin/mount -t cifs "$host:$share" $mountdir -o credentials=/etc/dar/CIFScredentials,nounix) ); + return ( qx(/bin/mount -t cifs "//$host/$share" $mountdir -o credentials=/etc/dar/CIFScredentials,nounix) ); } elsif ($VFSType eq 'nfs') {