/[BackupPC]/trunk/lib/BackupPC/Xfer/RsyncFileIO.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/RsyncFileIO.pm

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

revision 315 by dpavlin, Wed Jun 22 19:12:42 2005 UTC revision 316 by dpavlin, Mon Jan 30 13:37:17 2006 UTC
# Line 12  Line 12 
12  #  #
13  #========================================================================  #========================================================================
14  #  #
15  # Version 2.1.0, released 20 Jun 2004.  # Version 2.1.2, released 5 Sep 2005.
16  #  #
17  # See http://backuppc.sourceforge.net.  # See http://backuppc.sourceforge.net.
18  #  #
# Line 711  sub fileDeltaRxStart Line 711  sub fileDeltaRxStart
711                    . " ($fio->{rxFile}{size} vs $rxSize)")                    . " ($fio->{rxFile}{size} vs $rxSize)")
712                          if ( $fio->{logLevel} >= 5 );                          if ( $fio->{logLevel} >= 5 );
713      }      }
714        #
715        # If compression was off and now on, or on and now off, then
716        # don't do an exact match.
717        #
718        if ( defined($fio->{rxLocalAttr})
719                && !$fio->{rxLocalAttr}{compress} != !$fio->{xfer}{compress} ) {
720            $fio->{rxMatchBlk} = undef;     # compression changed, so no file match
721            $fio->log("$fio->{rxFile}{name}: compression changed, so no match"
722                  . " ($fio->{rxLocalAttr}{compress} vs $fio->{xfer}{compress})")
723                        if ( $fio->{logLevel} >= 4 );
724        }
725      delete($fio->{rxInFd});      delete($fio->{rxInFd});
726      delete($fio->{rxOutFd});      delete($fio->{rxOutFd});
727      delete($fio->{rxDigest});      delete($fio->{rxDigest});

Legend:
Removed from v.315  
changed lines
  Added in v.316

  ViewVC Help
Powered by ViewVC 1.1.26