/[BackupPC]/trunk/lib/BackupPC/Xfer/Smb.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/BackupPC/Xfer/Smb.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by dpavlin, Wed Jun 22 19:12:42 2005 UTC revision 3 by dpavlin, Wed Jun 22 19:13:39 2005 UTC
# Line 29  Line 29 
29  #  #
30  #========================================================================  #========================================================================
31  #  #
32  # Version 2.1.0, released 20 Jun 2004.  # Version 2.1.1, released 13 Mar 2005.
33  #  #
34  # See http://backuppc.sourceforge.net.  # See http://backuppc.sourceforge.net.
35  #  #
# Line 139  sub start Line 139  sub start
139      }      }
140      my $args = {      my $args = {
141          smbClientPath => $conf->{SmbClientPath},          smbClientPath => $conf->{SmbClientPath},
142          host          => $t->{host},          host          => $conf->{SmbHostName} || $t->{host},
143          hostIP        => $t->{hostIP},          hostIP        => $t->{hostIP},
144          client        => $t->{client},          client        => $t->{client},
145          shareName     => $t->{shareName},          shareName     => $t->{shareName},

Legend:
Removed from v.2  
changed lines
  Added in v.3

  ViewVC Help
Powered by ViewVC 1.1.26