Hello everyone!

I have a small OrangePi running some small services on it (some with Docker and some without Docker).

And I’d love to know how do you backup your single-board computers.

Do you just rsync the system to a storage server ? Do you plug in a USB drive and rsync on it ? Do you save only the important data or the whole system ?

For now my SBC is not backed-up and I’d like to get a good backup solution up and running quickly! (I don’t trust SD cards to last long…)

I have access to USB drives and disks and also another big server with 20TB of storage which I can make the backup to if needed!

Thanks for your help !

  • Esca@lemmy.one
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 months ago

    I love that idea, and I’d love to implement that. But I honestly can never figure out how people are working with service that enables the user to change settings (for example, to set their location to get their local weather) while still maintaining a read-only system.

    • Decipher0771@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 months ago

      You keep the user-changeable files on a separate filesystem. Whether that’s just a separate partition, or an external disk. Keep the system itself read only, and write-heavy directories like logs and caches in RAM.