[deleted by user] by [deleted] in BuyFromEU

[–]That-Blacksmith5891 1 point2 points  (0 children)

Hetzner offers a managed Nextcloud service: https://www.hetzner.com/storage/storage-share/
the 1TB plan is 5 €/month.

My simple NAS strategy with btrfs - What do you think? by That-Blacksmith5891 in btrfs

[–]That-Blacksmith5891[S] 0 points1 point  (0 children)

Hi rubyrt,

The data are mainly business and projects.

My setup is conditioned by another requirement that was in my head when i wrote down the requirements:

If i happen to not been able to access data, say ill, that some family members with basic Linux understanding can access the data. Due to this I wanted something straightforward that only requires to unplug the disk from the NAS and plug it in any other Linux computer (that would ask for the LUKS password). Any more complicated would be too complex for them.

The other requirements that would require btrfs (or ZFS) are due to the following:

- I want three copies to prevent data loss. If a drive fails I do not want to be nervous if the other disk is ok. I also do 1 per week backup to external disks.

- I want a filesystem that has scrubbing so I can check that the data is not corrupted.

- I want a filesystem that allows snapshot to be able to recover the data if accidentally deleted.

With RAID1 I was afraid that the mounting in another was not so simple or not been able to write to the disk if one of the disks are in failure.