https://pine32.be - © pine32.be 2025
Welcome! - 77 total posts. [RSS]
A funny little cycle. [LATEST]


Search 77 posts with 36 unique tags


#1743450887


[ homelab ]

It’s backup day!! Time to check your backups.

I recently got backups working on my server, only took 2 years… I am using restic wrapped in a container that I found on github. That pushed to a storage box on Hetzner via WebDAV. Restic has all the nice incremental and resumable stuff handled (written in go btw). Works great but I still have to test a restore. Some day, give me a year or two.

#1734385699


[ homelab ]

Finally moved my VPS from Caddy to Traefik. There are still a few kinks to work out, but it works great. I like Traefik’s configuration more; it allows my config to be inside each Docker Compose file itself, so it’s all in one spot. It also has TCP and UDP support, which I will be using in future projects. It little more complex to setup, but way more powerful.