SayCyberOnceMore

  • 4 Posts
  • 243 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle




  • Yeah, those are for the layer on top of a secure network.

    My use case is less about the backup software, more about the network.

    Diode - as far as I can make out from their site - provides both storage and networking, but I’m not interested in their storage (as I don’t understand where it is) - this is about getting data to my offsite NAS, securely.








  • Be prepared to change your mind…

    That first install of proxmox / nextcloud / whatever, will be removed and you will setup something else - this is a good thing.

    So, you’ll probably want to get onsite backups sorted early… even if that’s just cloning to an external drive first.

    IMHO don’t consider a NAS as your server - keep them separate. A cheap ebay PC with a couple of drives is fine.

    And, if you’re considering home automation you will want a UPS










  • Not really.

    I keep my data backups (docs, photos, etc) separate from the OS backups.

    So, depending on what you’re using to do the backup, often they can just simulate a restore and just check the backup’s not corrupted. Not really a restore, but at least you know it’s not trash.

    If you’ve backed up your data with a simple copy / sync (ie not a “backup” program), then you can restore your data somewhere else (maybe even jist a part of it) and do a compare.

    But, yeah, if you’re restoring the OS, then it might be ok restoring it in a VM to check it…

    I’m slowly moving towards no OS backups and using Ansible to be able to recreate the system(s) from scratch… of course I need to backup the ansible files too 😉