diff options
Diffstat (limited to 'bin/byteback-prune')
| -rwxr-xr-x | bin/byteback-prune | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/bin/byteback-prune b/bin/byteback-prune index ba64df1..2acee8a 100755 --- a/bin/byteback-prune +++ b/bin/byteback-prune @@ -89,10 +89,10 @@ elsif @free >= @maxpercent && File.exist?(PRUNING_FLAG)    info("Stopping prune, reached #{@free}% free")    File.unlink(PRUNING_FLAG)  elsif File.exist?(PRUNING_FLAG) -  info("Continuing prune #{@free}% -> #{@maxpercent}, gradient = #{gradient_30m}") +  info("Continuing prune #{@free}% -> #{@maxpercent}")  end -debug("Disc free #{@free}%, 30m gradient = #{gradient_30m}") +debug("Disc free #{@free}%")  def snapshots_in_order    list = BackupDirectory.all_snapshots | 
