You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/minecraft/values.yaml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -483,6 +483,10 @@ mcbackup:
483
483
# wait 2 minutes before starting
484
484
initialDelay: 2m
485
485
486
+
# Sets `BACKUP_NAME`, defaults to `minecraftServer.worldSaveName`
487
+
# WARN: When using restic and sharing the `mcbackup.resticRepository` across multiple minecraft server deployments: either `mcbackup.backupName` or `mcbackup.resticHostname` must be unique!
488
+
backupName:
489
+
486
490
# ***set to 0 or smaller, script will run once and exit. DO NOT SET TO 0 or smaller, this will cause K8s to kill your pod!***
487
491
# backupInterval="1.5d" -> backup every one and a half days (36 hours)
488
492
# backupInterval="2h 30m" -> backup every two and a half hours
@@ -538,6 +542,10 @@ mcbackup:
538
542
resticAdditionalTags: "mc_backups"
539
543
# see https://restic.readthedocs.io/en/latest/060_forget.html
# Required because the container hostname changes on every recreate of the pod which prevents restic from pruning snapshots from previous pods/hostnames
547
+
# WARN: When using restic and sharing the `mcbackup.resticRepository` across multiple minecraft server deployments: either `mcbackup.backupName` or `mcbackup.resticHostname` must be unique!
548
+
resticHostname:
541
549
542
550
# At least one of RESTIC_PASSWORD* env variables need to be defined, see https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html
0 commit comments