BlueBockser
@BlueBockser@programming.dev
- Comment on Opting out of eBay's use of personal data for AI 2 weeks ago:
Thanks for the hint! I didn’t know this setting existed and of course it was enabled by default… What happened to informed consent?
- Comment on Calendar Options *other* than Tuta / Proton 5 weeks ago:
I have no experience with inviting others to calendar events since I only use this setup for my personal calendar - sorry
- Comment on Calendar Options *other* than Tuta / Proton 5 weeks ago:
Idk about E2EE, but I’m using self-hosted Nextcloud. Using CalDAV, you can integrate virtually any app. On Android I’m using DAVx5 and Fossify Calendar.
The advantage of Nextcloud is that it provides a lot of things in one package such as contacts, tasks, notes, files, etc. If you don’t need those, it might be better to look at some of the other suggestions that only provide calendars.
- Comment on What does the 3-2-1 rule look like for you? 1 month ago:
I use Backblaze B2 for one offsite backup in “the cloud” and have two local HDDs. Using restic with rclone as storage interface, the whole thing is pretty easy.
A cronjob makes daily backups to B2, and once per month I copy the most current snapshot from B2 to my two local HDDs.
I have one planned improvement: Since my server needs programmatic access to B2, malware on it could wipe both the server and B2, leaving me with the potentially one-month old local backups. Therefore I want to run a Raspberry Pi at my parents’ place that mirrors the B2 repository daily but is basically air-gapped from the server. Should the B2 repository be wiped, the Raspberry Pi would still retain its snapshots.