Adding automatic backups via restic and backblaze.

This commit is contained in:
2025-09-15 10:49:10 -07:00
parent 5452c76ecb
commit 134e12d272
4 changed files with 36 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ all-apps/nextcloud/postgres_user \
all-apps/nextcloud/postgres_password \
all-apps/nextcloud/redis_password \
all-apps/nextcloud/nextcloud.env
cat cl.yaml | sudo docker run --rm --volume /home/tjhintz/.ssh/id_rsa.pub:/pwd/ssh-keys --volume ${PWD}:/pwd --workdir /pwd -i quay.io/coreos/butane:latest -d /pwd > ignition.json
cat cl.yaml | docker run --rm --volume /home/tjhintz/.ssh/id_rsa.pub:/pwd/ssh-keys --volume ${PWD}:/pwd --workdir /pwd -i quay.io/coreos/butane:latest -d /pwd > ignition.json
generated.tfvars: apps.config make-generated.sh
./make-generated.sh > generated.tfvars
@@ -63,3 +63,4 @@ flatcarbuild: ignition.json
flatcarrun:
./flatcar/flatcar_production_qemu.sh -i ignition.json