diff --git a/docs/30_Scripts.md b/docs/30_Scripts.md index 1773b02dd931ce8b5b88d8cb1de12e0c4ac431bc..76a998d0e38ce0d850b9403bddf1f54f15085d33 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.