What’s the Best Storage Medium for Backing Up My Linux System?

0
6
Asked By TechieTommy42 On

I'm looking to set up a reliable backup system for my Linux machine, and I'm torn between using an HDD or an SSD. I know HDDs are slower, use more power, and are more likely to fail mechanically, whereas SSDs have a limit on write cycles. Since I plan to back up my data weekly or maybe even more often, I'm worried about the write cycles with SSDs. On the other hand, HDDs seem to allow for unlimited writing. Which storage medium would you recommend for backups where reliability and endurance matter more than speed? Are modern SSDs durable enough to handle frequent backups without running into issues? What do you all use for your backups?

5 Answers

Answered By DataDude91 On

For backups, I prefer to keep some hard drives that I only connect when needed. They're stored carefully in their boxes and are not powered all the time. This way, you protect against data loss while saving on wear and tear. Also, when it comes to stored media, I sometimes use SD cards for music—backed up to an HDD, of course!

Answered By DiskDoctor007 On

Using external HDDs has worked well for me. They allow for incremental backups, which helps reduce the wear on write cycles. Plus, honestly, it's usually faster for me to just plug one in and start the rsync command than to deal with other methods.

Answered By RAIDarDev On

If you prioritize reliability and endurance over speed, consider using a RAID array. It’s a solid choice for backup mediums and provides redundancy, just make sure you have decent drives in it!

Answered By ByteBackup On

HDDs are definitely better for long-term storage due to potential SSD bitrot if they sit powered off for too long. If data integrity is a top concern, consider burning Blu-ray discs, as they can last a long time!

Answered By CloudySky159 On

If your data isn’t massive and changes frequently, I recommend a cloud backup solution like Backblaze paired with restic. It offers durability against disasters like fires or power outages, which is something that local backups just can’t guarantee.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.