On Thu, 3 Nov 2005, Carl Wilhelm Soderstrom wrote:
the config.pl file makes mention of an $I_option variable for smb
backups; but it's never mentioned how to set that. I want to set a '-I
192.168.1.1' (hypothetically speaking) for a particular invocation of
smbclient. How do I go about doing that?
Quick read of the source..
my $I_option = $t->{hostIP} eq $t->{host} ? [] : ['-I', $t->{hostIP}];
Doesn't look like an option that's user-configurable.. of course, you
could just override the SmbClientXXXCmd entries, or fix up your nmblookup
command so it'll find the remote host properly.
------------------------------------------------------------------------
| nate carlson | [EMAIL PROTECTED] | http://www.natecarlson.com |
| depriving some poor village of its idiot since 1981 |
------------------------------------------------------------------------
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/