> When I run just
> [backuppc etc]$ /usr/bin/smbclient \dc1G -U ece -E -N -d 1 -c tarmode
> full
>
> I get this back: (I replaced some values with CORRECT)
> Anonymous login successful
> Domain=[CORRECT] OS=[CORRECT] Server=[CORRECT]
> tree connect failed: NT_STATUS_ACCESS_DENIED
>
> Not sure why it is trying to login anonymously when I'm using -U.

Nope :-P it's because backuppc tells to smbclient "do not ask for passwords"
(-N) then it tries to login as user "ece" with the password supplied in the
PASSWD variable.

So, try to do :

# PASSWD=ece_password_here
# export PASSWD
# /usr/bin/smbclient etc, etc, etc.

--
Víctor A. Rodríguez (http://www.bit-man.com.ar)
El bit Fantasma (Bit-Man)
CaFe.pm - Perl Mongers Capital Federal (http://cafe.pm.org/)
Probaste con Software Libre
(http://www.bit-man.com.ar/cgi-bin/wiki.pl?AyudaCompu/SoftwareLibre ??


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to