Skip to content

Commit

Permalink
introduce backups for overseerr
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilfoil committed Feb 26, 2024
1 parent f436c55 commit 52553fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions kubernetes/apps/media/prowlarr/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ kind: Kustomization
resources:
- helm-release.yaml
- ../../../../templates/volsync
- replicationsource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
sourcePVC: "${APP}"
trigger:
schedule: "00 11 * * *"
schedule: "0 */4 * * *"
restic:
copyMethod: Snapshot
pruneIntervalDays: 10
Expand All @@ -20,6 +20,7 @@ spec:
runAsGroup: 568
fsGroup: 568
retain:
hourly: 24
daily: 10
within: 3d
hourly: 9
daily: 15
weekly: 3
monthly: 3

0 comments on commit 52553fc

Please sign in to comment.