advertisement

Article:
  Automated Backups with Existing Tools
Subject:   Calculation is wrong
Date:   2004-02-10 23:50:50
From:   chrisridd
The calculation on line 17 actually adds 20% to the size of the disk, not 5%!. To really just add 5%, divide the disk size by 20 instead of 5.
Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Calculation is wrong
    2004-02-11 01:23:36  peterhickman [Reply | View]

    Good catch. Thanks for that, I've spent all that time testing that the code worked and I overlooked that. 20% instead of 5% is quite an overhead.

    Thanks again.