From 0e1d2fc993324cd0f9e1ab891fcd639b9ccbd755 Mon Sep 17 00:00:00 2001 From: Matan Horovitz Date: Mon, 31 Jan 2022 22:09:07 +0200 Subject: [PATCH] Pruning stop looping --- Kumonoboru | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Kumonoboru b/Kumonoboru index da34eb0..b2d342c 100755 --- a/Kumonoboru +++ b/Kumonoboru @@ -112,10 +112,6 @@ check(){ ok "Repository $REPOSITORY passed integrity check!" info "Current snapshots:" restic -r b2:"$REPOSITORY" snapshots | tee -a $LOG - if [[ -n $PRUNE ]]; then - info "prune is called for; cleaning $REPOSITORY" - clean "$REPOSITORY" - fi else error "Repository $REPOSITORY failed integrity check!" fi