/[BackupPC]/trunk/bin/BackupPC_nightly
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/bin/BackupPC_nightly

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

revision 2 by dpavlin, Wed Jun 22 19:12:42 2005 UTC revision 316 by dpavlin, Mon Jan 30 13:37:17 2006 UTC
# Line 52  Line 52 
52  #  #
53  #========================================================================  #========================================================================
54  #  #
55  # Version 2.1.0, released 20 Jun 2004.  # Version 2.1.2, released 5 Sep 2005.
56  #  #
57  # See http://backuppc.sourceforge.net.  # See http://backuppc.sourceforge.net.
58  #  #
# Line 148  for my $pool ( qw(pool cpool) ) { Line 148  for my $pool ( qw(pool cpool) ) {
148          $fileLinkMax   = 0;          $fileLinkMax   = 0;
149          $fileCntRename = 0;          $fileCntRename = 0;
150          %FixList       = ();          %FixList       = ();
151          find({wanted => \&GetPoolStats}, "$TopDir/$pool/$dir");          find({wanted => \&GetPoolStats}, "$TopDir/$pool/$dir")
152                                                if ( -d "$TopDir/$pool/$dir" );
153          my $kb   = $blkCnt / 2;          my $kb   = $blkCnt / 2;
154          my $kbRm = $blkCntRm / 2;          my $kbRm = $blkCntRm / 2;
155          my $kb2  = $blkCnt2 / 2;          my $kb2  = $blkCnt2 / 2;

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

  ViewVC Help
Powered by ViewVC 1.1.26