Backup NAS: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{PhysicalMachine | {{PhysicalMachine | ||
| image = backupnas.jpg | |||
| cpu = AMD A4-5000 (4 cores) | | cpu = AMD A4-5000 (4 cores) | ||
| memory = 8Gb | | memory = 8Gb | ||
| oss = TrueNAS Core 13 | | oss = TrueNAS Core 13 | ||
| disks = 5x 2Tb Hard Drive, 1x | | disks = 5x 2Tb Hard Drive, 1x 8Tb External Hard Drive, 4x 500Gb Hard Drives | ||
| nics = motherboard gigabit realtek nic | | nics = motherboard gigabit realtek nic | ||
}} | }} | ||
My backup NAS is filled with cheap hard drives. It EATS power, so it is turned on only when it is actively backing up data. It uses an old OEM CPU/Motherboard combo I got for £15. Connected to it are a couple of HBAs that all the hard disks are attached to. Sadly this cheap platform doesn't have that many PCIe lanes unsurprisingly. The big 4u case is very expandable, it can take 18 2.5" drives and 10 3.5" drives so I'll have lots of space going forwards! There is also an external hard drive so my data is backed up at LEAST 3 times (my most important database dumps are also backed up on external VPSs too). | My backup NAS is filled with cheap hard drives. It EATS power, so it is turned on only when it is actively backing up data. It uses an old OEM CPU/Motherboard combo I got for £15. Connected to it are a couple of HBAs that all the hard disks are attached to. Sadly this cheap platform doesn't have that many PCIe lanes unsurprisingly. The big 4u case is very expandable, it can take 18 2.5" drives and 10 3.5" drives so I'll have lots of space going forwards! There is also an external hard drive so my data is backed up at LEAST 3 times (my most important database dumps are also backed up on external VPSs too). | ||
The 2Tb disks are in a raidz1 have contents identical to the 8tb disk. once i buy another 8tb hard drive i will make them into a mirror and add it as a vdev in the 2tb pool to double the size. it uses ZFS replication to copy snapshots from [[TrueNAS NAS]], so it is a backup to that, besides easily downloadable data like ISOs. The 500Gb disks are also in a raidz1 and are used to store database backups. |
Revision as of 12:31, 16 February 2024
My backup NAS is filled with cheap hard drives. It EATS power, so it is turned on only when it is actively backing up data. It uses an old OEM CPU/Motherboard combo I got for £15. Connected to it are a couple of HBAs that all the hard disks are attached to. Sadly this cheap platform doesn't have that many PCIe lanes unsurprisingly. The big 4u case is very expandable, it can take 18 2.5" drives and 10 3.5" drives so I'll have lots of space going forwards! There is also an external hard drive so my data is backed up at LEAST 3 times (my most important database dumps are also backed up on external VPSs too).
The 2Tb disks are in a raidz1 have contents identical to the 8tb disk. once i buy another 8tb hard drive i will make them into a mirror and add it as a vdev in the 2tb pool to double the size. it uses ZFS replication to copy snapshots from TrueNAS NAS, so it is a backup to that, besides easily downloadable data like ISOs. The 500Gb disks are also in a raidz1 and are used to store database backups.