From 8f7348b156131265ec1f59c18fa5a495cdb6c77e Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Wed, 14 Feb 2024 13:48:34 +0100
Subject: [PATCH] update docs

---
 docs/30_Scripts.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/30_Scripts.md b/docs/30_Scripts.md
index 1773b02..76a998d 100644
--- a/docs/30_Scripts.md
+++ b/docs/30_Scripts.md
@@ -137,7 +137,7 @@ The inc_config.sh mus contain 3 variables for pruning
 ```bash
     # for prune on restic rest server
     prune_basedir=/netshare/restic-backup
-    prune_params="--group-by paths,tags --prune --keep-within 180d --max-unused unlimited --max-repack-size 100M --cleanup-cache"
+    prune_params="--group-by paths,tags --prune --keep-within 180d --max-unused unlimited --max-repack-size 10G --cleanup-cache"
     prune_skipdays="7"
     prune_cachedir=${prune_basedir}/.cache_for_pruning
 ```
@@ -164,7 +164,7 @@ ls -l rest_pruner.cfg
 
 ```txt
 ------------------------------------------------------------------------------
-  --------========###|    RESTIC REST PRUNER :: v0.3    |###=======--------
+  --------========###|    RESTIC REST PRUNER :: v0.4    |###=======--------
 ------------------------------------------------------------------------------
 
 Pruner for restic rest server with append only option.
-- 
GitLab