RecitalMatchbox
@RecitalMatchbox@lemmy.world
- Comment on Self-hosted blog - do I need a static IP address? 1 week ago:
Yeah, you just need to set your DNS using Cloudflare. Your router doesn’t matter. Ddclient will get your external IP address, usually by querying an external server like ifconfig.me (this is all configurable), and then use the configured provider (e.g. cloudflare) to point the DNS records to your external IP. You need to configure your DNS registrar to use the Cloudflare nameservers for your domain. Then just regularly (daily) run ddclient, e.g. using a cronjob
- Comment on Self-hosted blog - do I need a static IP address? 3 weeks ago:
I’m having a good experience with cloudflare, using ddclient on a cron job
- Comment on I am noticing some browning on the edges of the leaves. What would you do? 2 months ago:
Make sure you don’t have thrips on the bottom side of the leaves. They can cause browning.
- Comment on Backup for important files/pictures? 2 months ago:
I use:
- 3-way zfs mirror for important data like photos, documents
- snapraid for bulky and less important data like movies
- hourly backup of important data and a subset of the less important data (difficult to find movies) to a rpi with a big disk
- daily backup of the same data to a friend. We have a system where we put a hdd in each other’s server and have ssh access
Backups are done using restic
- Comment on Backup for important files/pictures? 2 months ago:
Off-site rather than offline, protecting against things like your house burning down.