Update backup setup

This commit is contained in:
Nikolai Rodionov 2023-08-24 21:35:08 +02:00
parent 2d8bb5ff39
commit 0d4f0c1053
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10

View File

@ -96,7 +96,7 @@ mcbackup:
backupMethod: restic backupMethod: restic
resticRepository: s3:https://s3.e.badhouseplants.net:443/restic/minecraft resticRepository: s3:https://s3.e.badhouseplants.net:443/restic/minecraft
resticAdditionalTags: "mc_backups" resticAdditionalTags: "mc_backups"
pruneResticRetention: "--keep-last 12 --keep-daily 7 --keep-weekly 4 --keep-monthly 2 --keep-yearly 2" pruneResticRetention: "--keep-last 12 --keep-daily 1 --keep-weekly 2 --keep-monthly 2 --keep-yearly 2"
resources: resources:
requests: requests:
memory: 512Mi memory: 512Mi