From 0a4fb2e7f7fe6299564c90b0812698895ff5b49b Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 24 Mar 2021 00:55:08 +0100 Subject: [PATCH] borg-backup: display info during pruning --- services/borg-backup.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/borg-backup.nix b/services/borg-backup.nix index c103fc2..af4f4f6 100644 --- a/services/borg-backup.nix +++ b/services/borg-backup.nix @@ -53,6 +53,7 @@ in { }; environment.BORG_RSH = "ssh -i /root/borgbackup/ssh_key"; extraCreateArgs = "--stats --list"; + extraPruneArgs = "--stats --list"; compression = "auto,zstd"; startAt = "daily"; prune.keep = {