harlandraka
Cadet
- Joined
 - Mar 5, 2014
 
- Messages
 - 3
 
Hi,
I must build a NAS for my brother. Actually he work in a office where no one make a back-up, and the data are spread over the hard disk of all client (10 pc).
 
I could use ONLY this hardware :(
 
motherboard Gigabyte c1037un-eu
2 x 4 Gbyte di RAM non-ECC
2 hard disk WD RED 2 tb
 
The problem is the RAM... that isn't ECC (even the motherboard don't support this kind of memory). I think to make a thing like this:
 
format the hard disk 1 in UFS (the clients will work in this disk)
format the hard disk 2 in ZFS, every hour - via Rsync - this disk will be syncronized with HD1, and every night one snapshot of the HD2 will be done
 
With this solution the perfermance there are no performances gain but:
Is this a crazy idea?
What do you think?
 
P.S.: Sorry for my poor english.
	
		
			
		
		
	
			
			I must build a NAS for my brother. Actually he work in a office where no one make a back-up, and the data are spread over the hard disk of all client (10 pc).
I could use ONLY this hardware :(
motherboard Gigabyte c1037un-eu
2 x 4 Gbyte di RAM non-ECC
2 hard disk WD RED 2 tb
The problem is the RAM... that isn't ECC (even the motherboard don't support this kind of memory). I think to make a thing like this:
format the hard disk 1 in UFS (the clients will work in this disk)
format the hard disk 2 in ZFS, every hour - via Rsync - this disk will be syncronized with HD1, and every night one snapshot of the HD2 will be done
With this solution the perfermance there are no performances gain but:
- if a previous version of one file is needed it could be recovered from a snapshot
 - if HD1 fail the data could be restored from HD2
 - if HD2 fail the data could be restored from HD1
 - with a module of RAM damaged the content of HD2 will be lost, but the HD1 should be ok
 - with a module of RAM damaged and HD1 fail... all the data will be trashed
 
Is this a crazy idea?
What do you think?
P.S.: Sorry for my poor english.