From bb1a1a2cb77cd5992927cd094f9bf925f15507ee Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Dec 2017 14:36:22 +0100 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/borgbackup.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom/borgbackup.nix b/custom/borgbackup.nix index c3fd8c8f..e68b3379 100644 --- a/custom/borgbackup.nix +++ b/custom/borgbackup.nix @@ -125,6 +125,8 @@ in { script = concatStringsSep "\n" (mapAttrsToList (path: args: '' borg prune \ + --list \ + --stats \ --prefix "${cfg.prefix}${path}" \ ${concatStringsSep " " args} \ ${tCfg.repo} -- cgit v1.2.3