On 5/23/2013 7:14 AM, saeedeh motlagh wrote:
> thanks for your reply.
>
> you know i have a sensitive server and unfortunately it is located some
> where that power outage happens much. so i want guarantee my data and avoid
> data lost and file corruption in my server.
Get a good reliable UPS. Test it regularly, the batteries do fail.
Test to make sure that it will work, unplug it and let the computer
drain the battery to time it. Consider that the battery will degrade
over time. One thing google does is put a 12V battery inside the
chassis to help with the power backup, you might look into it.
> i do not have any problem in RAM and hardware.
>
> i don't know which approach is more suitable for my server. using
> soft-update or ZFS. please help me to select the best one.
If power failure is an issue, you have no guarantee of data loss
protection unless you use networked storage to a safe place. UFS soft
updates protects against file system corruption in case of power loss,
no guarantees of individual file consistency. ZFS guarantees no silent
failures, it doesn't guarantee protection, only that you'll know about
it. There is no filesystem that can guarantee you won't lose data in a
power failure. Hard drives are known to lie about what's been
physically synced to disk out of cache in order to improve speed. If
the power goes out at the wrong time, you can lose data. ZFS can find a
corrupted file and tell you, everything else won't. If you have a back
up of that file, you can restore it.
> thank you so much
>
>
>
> On Thu, May 23, 2013 at 4:28 PM, Warren Block <
wbl...@wonkity.com> wrote:
>
>> On Thu, 23 May 2013, saeedeh motlagh wrote:
>>