more backup fixes

This commit is contained in:
2024-09-30 15:39:34 +02:00
parent 07c3a0f086
commit 21cef5b45a
9 changed files with 10 additions and 190 deletions

View File

@@ -1,8 +0,0 @@
```
k kustomize backup/overlays/backup | k apply -f -
> secret/restic-credentials-backup created
> cronjob.batch/restic-backblaze-backup created
k kustomize backup/overlays/prune | k apply -f -
> secret/restic-credentials-prune created
> cronjob.batch/restic-backblaze-prune created
```