Deutsch   English   Français   Italiano  
<vi9mo3$ha8g$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: -hh <recscuba_google@huntzinger.com>
Newsgroups: comp.os.linux.advocacy
Subject: Re: My First HDD Failure (I Think)
Date: Thu, 28 Nov 2024 07:12:51 -0500
Organization: A noiseless patient Spider
Lines: 36
Message-ID: <vi9mo3$ha8g$1@dont-email.me>
References: <pan$8b2e9$1f456269$6b5d1b4$196ab5f6@linux.rocks>
 <vhqv5n$1bujj$1@dont-email.me>
 <pan$6ec0b$fcf1aa16$cc3bd64d$9d396977@linux.rocks>
 <vhr4i3$15lr9$1@solani.org>
 <pan$20203$afb55b58$f101f03e$880c9744@linux.rocks> <vhts4p$j8a4$1@solani.org>
 <pan$a9255$72db2e7b$b84ffd43$324278a1@linux.rocks>
 <vi0lpq$1jd7c$2@solani.org> <pan$1a07b$ea5dd8fc$e6653ed$8402c262@linux.rocks>
 <vi31gt$106q$1@solani.org> <pan$6fa3c$11fd7ba1$94400d8d$110c1f76@linux.rocks>
 <vi6ke9$cmg8$3@solani.org> <pan$e2c0c$c8752a7$2eba0bdd$9fdfa6f2@linux.rocks>
 <vi8mlg$46bb$1@solani.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 28 Nov 2024 13:12:52 +0100 (CET)
Injection-Info: dont-email.me; posting-host="bc35096845a8b79c4c826605dc9a0d02";
	logging-data="567568"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18QzFQlz5CcE/M1ivGNZmDP3GBJuth3QGs="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:12YIWeByrf8R9AHi2akHoWGRPZY=
Content-Language: en-US
In-Reply-To: <vi8mlg$46bb$1@solani.org>
Bytes: 2956

On 11/27/24 10:05 PM, Physfitfreak wrote:
> ...
 >
> So there is a solution but it costs $5000 ?
> 
> Thanks, but no thanks. :)

No, there's a lot cheaper backup capabilities.

The most basic backup system is a single external (USB) hard drive.  The 
size of the disk merely needs to be modestly larger than the amount of 
data on the PC that you want to back up.  Typically, its easiest to not 
get fancy and just add up the capacity ratings and then add a buffer.

For example, a fictionally "high end" i5 desktop with a 1TB SSD could be 
backed up with a 2TB HDD.

Next step up is to have redundancy in backups.  So for the above system, 
instead of having one 2TB HDD, have two 2TB HDDs and have the backup 
software alternate between the two.

Next step up is to have the 2nd backup drive to be offline from the PC. 
Think "protection from a lightning strike".

Next step up is to have 3 backups in rotation, where the offline drive 
is moved out of the home.  Think "protection from house fire".

For RAID options, this typically is considered for when one wants better 
24/7 uptime in case a backup drive fails.

Similarly, using a NAS for backup destination is for when one wants that 
data to be on an Ethernet network instead of dedicated to one PC, such 
as accessible to multiple PCs.  And a NAS can also be accessible over 
WiFI, which can be more convenient for laptop users.

-hh