Why introduce complexity when torrents and DNS are right there? What if dns pointed to something that was never online? let’s visit nonexist.whiting.dev!
I have a backup SSD that I keep on my person (even when I don’t have my laptop). This is essentially my use-case for when the laptop dies.
Recently, I’ve moved my restic backups from locally connected to the laptop, to connected via SFTP across to a raspberry pi. This presents an interesting challenge:
backup script: add it to cron, something like once every */3 hours
#!/bin/bash source some_env echo "backup ssd on $(date)" | tee -a restic.
Read more
Should keep code snippet explanations permanent on whiting.dev