Skip to content

Commit

Permalink
feat: zrepl pruning
Browse files Browse the repository at this point in the history
  • Loading branch information
auricom committed Oct 19, 2024
1 parent 51dc0c3 commit a49c8c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/zrepl/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
keep_sender:
- type: not_replicated
- type: last_n
count: 14
count: 28 # 14 days
keep_receiver:
- type: grid
regex: ^zrepl_.*
Expand All @@ -50,4 +50,4 @@ jobs:
keep:
- type: last_n
regex: ^zrepl_video_.*
count: 10
count: 20 # 10 days

0 comments on commit a49c8c6

Please sign in to comment.