• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

ZFS snapshots to second server

EnderW

[H]F Junkie
2FA
Joined
Sep 25, 2003
Messages
11,458
Would like some opinions on my ZFS plans.

Main server will be a supermicro and xeon setup in a 16 bay chembro chassis.
Drive configuration most likely 2 x 6 disk raidz2.
I would use snapshots for my backups.

For my tier1 or extremely important data, I would like to have a second server consisting of a hp proliant with 4 drives in raidz1. I would like the primary server to backup the tier1 data to the second server via snapshots.

How does this sound? Reasonable? Anyone with experiences doing something similar?
 
pretty standard for ZFS; expensive higher IO disks for production, larger capacity slower disk for backup. You'll find this to be a "run of the mill" use of ZFS. I have several SAS based production ZPOOL's (mirror based) shipping snapshots via zfs send/recv and netcat to a SATA based (raidz) backup server.

As for SuperMicro and HP Proliant, no issues there either. Try to steer clear of the proper HP SmartArray controllers and opt instead for the re-branded LSI controllers that can be flashed with IT mode firmware.

You'll find lots of "snapshot backup scripts" available on the net for just this kind of setup you've described.
 
Back
Top