Files
apps
infrastructure
argocd
authelia
backup
cronjobs-base
cronjobs-overlays
README.md
backblaze-credentials.sealedsecret.yaml
kustomization.yaml
namespace.yaml
pvc.yaml
restic-password.sealedsecret.yaml
external
external-dns
gitea
metallb-system
monitoring
nfs-provisioner
pg-ha
renovate
sealedsecrets
traefik-system
kluster-deployments
.gitignore
README.md
renovate.json
k3s-infra/infrastructure/backup/README.md
2024-09-30 15:39:34 +02:00

9 lines
273 B
Markdown

# How to initialize a new target
I used multiple targets for backup. Each target needs to be initialized with a repository.
After the target (bucket or other) is created, run the following command **locally** to initialize the target:
```bash
restic -r <target> init
```