Skip to content
Snippets Groups Projects

update docs

Merged Hahn Axel (hahn) requested to merge add_prune_script into master

Files

+ 2
2
@@ -139,6 +139,7 @@ The inc_config.sh mus contain 3 variables for pruning
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_skipdays="7"
prune_cachedir=${prune_basedir}/.cache_for_pruning
```
## rest_pruner.cfg
@@ -163,7 +164,7 @@ ls -l rest_pruner.cfg
```txt
------------------------------------------------------------------------------
--------========###| RESTIC REST PRUNER :: v0.2 |###=======--------
--------========###| RESTIC REST PRUNER :: v0.3 |###=======--------
------------------------------------------------------------------------------
Pruner for restic rest server with append only option.
@@ -211,7 +212,6 @@ EXAMPLES:
Other repositories are not visible until you
specify --all.
```
## How does it work
Loading