Ryan Ross <ryanross <at> ece.ucsb.edu> writes:
>
> Over the weekend smbclient updated to 3.0.23 on my Fedora Core 4 system.
> Since
> that time, I have not been able to backup our Windows server. I have not
> changed the config.pl at all, and it has been working fine for months. Ever
> since that samba update however, I get this message:
>
> Running: /usr/bin/smbclient \\\\dc1\\G -U ece -E -N -d 1 -c tarmode\
> full -TcN /usr/local/backuppc/data/pc/dc1/timeStamp.level0 -
I've run into this too. If you aren't interested in the security implication,
then the following works in FC5 and FC6 (see PASSWORD_GOES_HERE):
Then add the share password after -U $userName in $Conf{SmbClientFullCmd},
for example:
$Conf{SmbClientFullCmd} = '$smbClientPath \\\\$host\\$shareName $I_option
-U $userName PASSWORD_GOES_HERE -E -N -d 1 -c tarmode\\ full
-Tc$X_option - $fileList';
Cheers
Jono
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/