Earlier quoted context omitted.
Playing audio over bluetooth also wakes things periodically, but it uses almost no power. With a similarly competent design photo transfer should be very battery efficient.
No, most(if not all) bluetooth controller has audio offload, basically the cpu does not involve(or very little) when transfering data from storage to radio.
Backups Aren't Simple
211–213 of 213 posts
Re: Backups Aren't Simple
#212Earlier quoted context omitted.
What if that happens after your monthly creation of a new backup.
I keep the previous backup for one month and then delete it. So eventually the file is lost yes, but this is inevitable if you assume finite amount of storage.
Re: Backups Aren't Simple
#213I'm polishing my backup system right now, and found that `tar | zstd | gpg` plus a small vibe-coded wrapper is pretty much all I need. GNU tar has its own incremental index via `--listed-incremental=FILE`. Unlike Borg or Restic, which have their own more complicated repository formats, this leaves me with just one additional file (the `.snar`) alongside a dumb, portable full-disk tar archive. The nice part is that, u…
The problem with using glacier for backups is it's hard to run restore exercises, and without restore exercises, a backup is pretty dangerous