From 4d984ac7be037031fe27137dd5b09cf978e6ac00 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 9 Oct 2021 12:01:31 +0200 Subject: Implement 'prune' Section in Configuration File --- config/debug.json | 7 +++++++ config/default.json | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'config') diff --git a/config/debug.json b/config/debug.json index ec85cd9..8f68241 100644 --- a/config/debug.json +++ b/config/debug.json @@ -12,5 +12,12 @@ "sys/*", "tmp/*" ] + }, + "prune":{ + "keep-hourly":0, + "keep-daily":7, + "keep-weekly":4, + "keep-monthly":6, + "keep-yearly":0 } } diff --git a/config/default.json b/config/default.json index e08d253..5285bf4 100644 --- a/config/default.json +++ b/config/default.json @@ -12,5 +12,12 @@ "sys/*", "tmp/*" ] + }, + "prune":{ + "keep-hourly":0, + "keep-daily":7, + "keep-weekly":4, + "keep-monthly":6, + "keep-yearly":0 } } -- cgit v1.2.3-70-g09d2