Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PS
Posts
0
Comments
28
Joined
2 yr. ago

  • Well, I'd say that a single device can't be both easily accessible and secure. A NAS like Synology wold be my choice for simple and convenient access and then another backup to B2 with rclone.

  • I honestly don't see a huge need for a NAS in your case. Especially, if you still have free space on the HDDs. I mean, a single HDD can cover your needs easily and I don't see any benefits in a NAS for backups.

  • ZFS can do self-healing if you drives are in mirror or RAIDZ1/2/3. I would put those two drives in ZFS mirror. Then you would scale it by adding another two drives in mirror.

    ZFS doen't need much RAM. All that talk about 32GB RAM or 1GB per TB storage is nonsense. It will work with any amount of RAM. Primarily, ZFS needs more RAM if you're using deduplication.

  • Well, first of all, raid is not a backup, it's about uptime. So keep separate backups if you need your data safe. As to raid, ZFS or MDRAID but i would go with ZFS raidz2 or RAID6 on that capacity.

  • Because of quite high chance of getting an SSD that was overwritten multiple times or an HDD that was used a lot which increases chances of it's soon failure. But again, used drives might not be bad if you're buying from a reputable seller and depending on what you use them for.

  • Well, I was ranting about internet speed being lower than advertised after optics installation which should be 1GbE (I got only 300MbE) until I understood that the Asus router I bought a couple of days before that was just 300MbE.

  • If you have money for an SSD system, then why not? Also, there is no "no need to modify me for an eternity system" as such. Backups and periodic verification is a must if you want to keep your data. No matter HDDs or SSDs. Also, RAID 1 with 4 SSDs? That's only 1 SSD usable capacity. Unless you mean RAIDZ1.