• 1 Post
  • 583 Comments
Joined 2 years ago
cake
Cake day: June 19th, 2023

help-circle









  • What do the memory banks help with? I’m curious because I recently returned a radio specifically because it used memory banks, making it impossible to monitor multiple channels spread across multiple banks (could only select channels from the current bank).

    To me it seems like a huge limitation vs just having 1000 channels with no banks.







  • I back up all the directories and docker-compose files using Restic (via Backrest) stored on Backblaze B2, and also the whole Docker LXC via Proxmox’s backup function to a local HDD.

    There’s a chance some databases could be backed up in an unusable state, but I keep like 30-50 snapshots going back months, so I figure if the latest one has a bad DB backup, I could go back another day and try that one.

    I also don’t really have irreplaceable data stored in DBs, stuff like Immich has data in a DB that would be annoying to lose, but the photos themselves are just on the filesystem.

    For testing Restic I pull a backup and just go through and check some of the important files.

    Proxmox backup is really easy to test, as it just restores the whole LXC with a new ID and IP that I can test.