Adding automatic backups via restic and backblaze.
This commit is contained in:
3
Makefile
3
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user