X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=bin%2FBackupPC;h=2a81d119a0a591c965017a018427dafc2396fd2c;hp=4c13633c03fcbf4a5b1da2087ce42c441d80e301;hb=546f9691f118c9ea2d164f377994b4a018a60d02;hpb=17dcbbebb871212f90b81bb97f8d1feb528bdc43 diff --git a/bin/BackupPC b/bin/BackupPC index 4c13633..2a81d11 100755 --- a/bin/BackupPC +++ b/bin/BackupPC @@ -416,9 +416,6 @@ sub Main_TryToRun_nightly # # Zero out the data we expect to get from BackupPC_nightly. - # In the future if we want to split BackupPC_nightly over - # more than one night we will only zero out the portion - # that we are running right now. # for my $p ( qw(pool cpool) ) { for ( my $i = $start ; $i < $end ; $i++ ) { @@ -442,7 +439,7 @@ sub Main_TryToRun_nightly # # Now queue the $Conf{MaxBackupPCNightlyJobs} jobs. - # The granularity on start and end is now 0..256. + # The granularity on start and end is now 0..255. # $start *= 16; $end *= 16; @@ -470,7 +467,6 @@ sub Main_TryToRun_nightly $CmdQueueOn{$job} = 1; } $RunNightlyWhenIdle = 2; - } }