# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 14
# self = https://watcher.sour.is/conv/qfy2tvq
I've locked myself out of my digital life - Terence Eden's Blog
How do you guys deal with this?

I have two USB HDDs, both 4 TB in size, so they can hold (most of) my data. They’re LUKS encrypted. One is located at a family member, the other one is with me at home. Every now and then, I copy everything to the disk at home and then drive over to family and swap the disks.

The obvious downside is that the backups aren’t really recent. They’re maybe a month old, or older. I hope that that’s still recent enough to regain access to most stuff.

(Also, I stuck a little note on paper to a mirror near my door. It lists the things that I should take with me in case of a fire. There’s a bag nearby where I can put this stuff into.)
How do you guys deal with this?

I have two USB HDDs, both 4 TB in size, so they can hold (most of) my data. They’re LUKS encrypted. One is located at a family member, the other one is with me at home. Every now and then, I copy everything to the disk at home and then drive over to family and swap the disks.

The obvious downside is that the backups aren’t really recent. They’re maybe a month old, or older. I hope that that’s still recent enough to regain access to most stuff.

(Also, I stuck a little note on paper to a mirror near my door. It lists the things that I should take with me in case of a fire. There’s a bag nearby where I can put this stuff into.)
How do you guys deal with this?

I have two USB HDDs, both 4 TB in size, so they can hold (most of) my data. They’re LUKS encrypted. One is located at a family member, the other one is with me at home. Every now and then, I copy everything to the disk at home and then drive over to family and swap the disks.

The obvious downside is that the backups aren’t really recent. They’re maybe a month old, or older. I hope that that’s still recent enough to regain access to most stuff.

(Also, I stuck a little note on paper to a mirror near my door. It lists the things that I should take with me in case of a fire. There’s a bag nearby where I can put this stuff into.)
@novaburst @movq How I deal with that? I have a large lightning protector tree in front of the house! Just need to hope that it doesn't crash into the roof once it gets a strike.

Other than that I don't have a good strategy either. Since I don't use 2FA and have some hard passwords memorized, I might be able to recover some data/accounts, but definitely not all. Have to come up with a suitable battle plan in the future.
@movq I have a NAS from Synology. I personally use a mix of Veracrypt containers/Veracrypt encrypted USB Flash Drives (do not have the money for an IronKey) and RESTIC backup repositories. The NAS makes backups to Synology C2 cloud solution. The backup there is encrypted, but for additional security the sensitive data is inside Veracrypt containers. So this is the 3-2-1 rule. Three backups, 2 on-site, 1 off-site. 1/2

Access is guaranteed through online interface with double authentication. So hopefully, I will never loose my smaphone :-)
In addition to that, important files are regularly put on a USB Flash Drive that is part of the red emergency binder, which also holds all latest documents and insurance documents on paper (printouts). In case of a fire, all I need is to grab the smartphone, the red emergency binder and run! (actually, the binder is yellow nowadays. It was red in the past :-))
@carsten I like the idea of that emergency binder. I do not have that yet, but I think I’ll make one. 👌
@carsten I like the idea of that emergency binder. I do not have that yet, but I think I’ll make one. 👌
@carsten I like the idea of that emergency binder. I do not have that yet, but I think I’ll make one. 👌
@movq @novaburst @carsten @lyse

i have an interesting approach which i'm planning to write about on blog/gemini.

it's fairly elaborate, but here's highlight:
- don't rely on sms or mobile device for anything
- main .dotphilez and other non-secret configs are encrypted and routed to five remote locations every 15 minutes to s3 endpoints (minio)
- media replicates to 3 external drives, 3 external locations
- every system or service has no less than 3 hardware tokens strategically placed in places that aren't ~/
- bailout codes (glass-breakers) are individually secured and sharded. these live somewhere on the internet as fragments

~8y running this setup, haven't lost anything. have had drives, keys, media fail but there's always a way~
That's quite a setup, @retrocrash. When did you start it?
@lyse the tooling has changed over the years but the practise itself is ~8yr.

i intentionally delete systems and/or data to verify things are working.~
@retrocrash Ah, nice. Yeah, intentially removing things is a good way to keep trusting the system. :-)