From: Dobrica Pavlinusic Date: Fri, 28 Jan 2011 14:19:16 +0000 (+0100) Subject: fix inc_size X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=commitdiff_plain;h=82e0865206e333617a348b146647760cf7003592 fix inc_size --- diff --git a/bin/BackupPC_ASA_PostArchive_Update b/bin/BackupPC_ASA_PostArchive_Update index 8d69bf6..8b31d6f 100755 --- a/bin/BackupPC_ASA_PostArchive_Update +++ b/bin/BackupPC_ASA_PostArchive_Update @@ -301,7 +301,7 @@ sub check_archive { check_part($host, $num, $part_nr, $tar_size, $size, $md5, $items); # round increment size to 2k block size - $inc_size += int(($size + 2048) / 2048); + $inc_size += int((($size + 2048) / 2048 ) * 2048); } $sth_inc_size->execute(