diff --git a/tech/audio/ideas.md b/tech/audio/ideas.md new file mode 100644 index 0000000..1235bf7 --- /dev/null +++ b/tech/audio/ideas.md @@ -0,0 +1,21 @@ +--- +title: Home Audio setup ideas +description: +published: 1 +date: 2024-01-31T10:18:41.482Z +tags: +editor: markdown +dateCreated: 2024-01-31T10:18:41.482Z +--- + +# Ideas + +I'd really like to find an active speaker that has a built-in DAC with USB-C input and power over that same USB connection. + +The only one I've ever found like this is the Bose Revolve. It's old (discontinued?), and uses micro-USB. + +This would allow a "sweetheart" setup where the speaker could be plugged up to +a [Radxa Zero](https://arace.tech/products/radxa-zero-3w) which itself only has +one USB-C cable for power. + +That would make for a pretty nice Snapcast client setup. diff --git a/tech/audio/main.md b/tech/audio/index.md similarity index 70% rename from tech/audio/main.md rename to tech/audio/index.md index 026986a..b1df978 100644 --- a/tech/audio/main.md +++ b/tech/audio/index.md @@ -28,7 +28,8 @@ We have a "Snapclient" in the following rooms Most of the Snapclients are running on a Raspberry Pi (of different variations Pi 4, Pi Zero, Radxa Zero). -The living room uses "real" speakers with an amp, while other rooms use Bluetooth speakers connected over line-in. +The Living Room uses "real" speakers with an amp, while other rooms use Bluetooth speakers connected over line-in. -The dining room uses a Bose speaker that has USB audio input - which is nice because it avoids ground loops - but I haven't been able to find any other speakers that have this option. +The Dining Room uses a Bose speaker that has USB audio input - which is nice because it avoids ground loops and means power+audio is delivered via a single cable. +I haven't been able to find any other speakers that have this option and that speaker is kind of old. diff --git a/tech/backups/index.md b/tech/backups/index.md new file mode 100644 index 0000000..522008e --- /dev/null +++ b/tech/backups/index.md @@ -0,0 +1,29 @@ +--- +title: Backup details +description: +published: 1 +date: 2024-01-31T10:18:41.482Z +tags: +editor: markdown +dateCreated: 2024-01-31T10:18:41.482Z +--- + +# Home Network Backups + +Most of the self-hosted stuff on our network is backed up regularly, as well as both of our laptops and my desktop. + +### Linux hosts +ZFS snapshots are created on host systems that support it (dev, molly, verin) and snapshots are replicated to siuan (backup server). + +### Maggie's Laptop +Maggie's laptop is backed up using Kopia on a regular basis, first to verin then replicated to siuan via ZFS snapshots and also uploaded to Backblaze (using Kopia) + +### verin (primary server host) +All services on verin are backed up using ZFS snapshots and replicated to siuan. +Home-Assistant also takes nightly backups of its configuration and those are placed in its services folder - which is snapshotted and backed up to siuan. + +### siuan (primary backup host) +siuan doesn't do much interesting besides pull ZFS snapshots from other hosts. + +### moiraine (router) +Regular backups aren't taken on moiraine right now.