Hi Christophe,

> I'm quite fresh in using Linux and I can't understand why parameters
> given to smbclient are not the one typed in config file i.e specific
> signs have been added like  :
>
> /usr/bin/smbclient \network nameC$ -U Domainuser%pwd -E -N -d 1
> -c tarmode full -Tc - /Documents and Settings

If you refer to "why there's escape chars with a backslash" this is because
the string is enclosed between double quotes and the escape chars have a
special meaning, that is disabled using a backslash.

e.g. in Perl :

print "Hello, world!"

prints Hello, world! and a newline (n has a  newline meaning). Take a look
at http://search.cpan.org/~nwclark/perl-5.8.7/pod/perlre.pod for a view of
more about this.

> As I get error message in connection process,
> could it come from here ?

Please, send us what error messages appear to take a look.

See ya.
--
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 ??



-------------------------------------------------------
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&kid0709&bid&3057&dat1642
_______________________________________________
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