From 4a8cebe14b967ab5d5216d3ae21f0d9250696402 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 21 Sep 2020 15:03:20 +0200 Subject: [PATCH] Add verbosity --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0936735..e83848c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ RUN apk --no-cache add \ RUN pip install --no-cache-dir \ borgmatic==1.5.10 -CMD ["borgmatic"] +CMD ["borgmatic", "--verbosity", "1"]