summaryrefslogtreecommitdiff
path: root/bin/byteback-prune
diff options
context:
space:
mode:
authorChris Cottam <chris.cottam@bytemark.co.uk>2018-04-03 17:56:02 +0100
committerChris Cottam <chris.cottam@bytemark.co.uk>2018-04-03 17:56:02 +0100
commit3eefcc9ccd7084ef59e4b5d08545593ace6f61d9 (patch)
treeaf55a48911fd6bb987ba10b882ca4fcf5b0ab700 /bin/byteback-prune
parentc87ae5fce885d2424b22ea49f687c10105d195ed (diff)
missed a couple of gradient lines
Diffstat (limited to 'bin/byteback-prune')
-rwxr-xr-xbin/byteback-prune4
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