diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/borgbackup.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 { | |||
125 | 125 | ||
126 | script = concatStringsSep "\n" (mapAttrsToList (path: args: '' | 126 | script = concatStringsSep "\n" (mapAttrsToList (path: args: '' |
127 | borg prune \ | 127 | borg prune \ |
128 | --list \ | ||
129 | --stats \ | ||
128 | --prefix "${cfg.prefix}${path}" \ | 130 | --prefix "${cfg.prefix}${path}" \ |
129 | ${concatStringsSep " " args} \ | 131 | ${concatStringsSep " " args} \ |
130 | ${tCfg.repo} | 132 | ${tCfg.repo} |