I ditched cloud backups for local storage—here are 5 things that surprised me most


Cloud storage feels like the obvious choice for backing up important data. It’s cheap (and even free up to a point), convenient, and simple to set up.

However, being stuck choosing between deleting files or paying for more space never feels great. Combined with wanting more privacy and control over my data, I eventually decided to move my backups to local storage. This change came with its own advantages and trade-offs, which I didn’t fully appreciate until I started digging into it. Here are a few things I learned through the process.

Escaping subscription fees comes with a steep upfront cost

Storage costs add up faster than expected

One of the main reasons anyone switches to local backups is to ditch a monthly subscription fee for a cloud-based service. However, it’s easy to underestimate just how high the upfront storage costs can be.

A Google One Premium subscription gives you 2TB of cloud storage for $9.99/month, but the real value changes if you subscribe to a Google AI plan. Google AI Pro includes access to Gemini Pro and 5TB of cloud storage for a $19.99/month subscription price.

In contrast, a portable 2TB hard drive costs around $120, while a 5TB drive costs around $190, meaning you’re effectively paying about a year of cloud storage upfront just to get the drive.



















Quiz
8 Questions · Test Your Knowledge

Cloud storage and self-hosting
Trivia challenge

From Dropbox to your own home server — how well do you really know where your files live?

CloudSelf-HostingProtocolsSecuritySoftware

Which company launched the first widely popular consumer cloud storage service, debuting in 2007?

Correct! Dropbox launched in 2007 and is widely credited with popularizing consumer cloud storage. Its simple file-syncing model set the template that almost every competitor would follow for years.

Not quite — the answer is Dropbox, which launched in 2007. Google Drive didn’t arrive until 2012, and OneDrive (then called SkyDrive) only became prominent around the same time.

Nextcloud is best described as which type of software?

Correct! Nextcloud is a free, open-source platform you install on your own server to get Dropbox-like features without relying on a third party. It supports file sync, calendars, contacts, and hundreds of community apps.

Not quite — Nextcloud is an open-source, self-hosted platform. It was actually forked from ownCloud in 2016 by founder Frank Karlitschek and has since become one of the most popular self-hosting projects in the world.

Which protocol does Nextcloud and many other self-hosted storage tools use to sync files between a server and client devices?

Correct! WebDAV (Web Distributed Authoring and Versioning) is an HTTP extension that allows clients to read and write files on remote servers, making it a natural fit for cloud-style file sync applications.

Not quite — the answer is WebDAV. While FTP, SFTP, and SMB are all valid file-transfer protocols, WebDAV is the standard used by Nextcloud, ownCloud, and many other web-based storage platforms because it runs over standard HTTP/HTTPS.

What does end-to-end encryption (E2EE) mean in the context of cloud storage?

Correct! With true E2EE, encryption and decryption happen on the user’s device, so the cloud provider stores only ciphertext and cannot read your files even if compelled to. Services like Proton Drive and Tresorit are known for this approach.

Not quite — E2EE means files are encrypted on your device before they ever leave it, so the provider only ever sees unreadable ciphertext. This is different from standard server-side encryption, where the provider holds the keys and could theoretically access your data.

What is a NAS, commonly used in home self-hosting setups?

Correct! A NAS (Network-Attached Storage) device connects to your home router and makes its hard drives accessible to every device on the network. Popular brands include Synology, QNAP, and Western Digital, and many run apps like Plex or Nextcloud.

Not quite — NAS stands for Network-Attached Storage. It is a purpose-built box with one or more hard drives that plugs into your router, letting all devices on your network access shared storage without needing a full PC running 24/7.

Which cloud storage service is natively built into macOS and iOS, deeply integrated with Apple’s ecosystem?

Correct! iCloud Drive is Apple’s built-in cloud storage service, tightly integrated into macOS, iOS, and iPadOS. It handles desktop and document folder sync, app data, photos, and more, all within Apple’s walled garden.

Not quite — the answer is iCloud Drive. While OneDrive, Google One, and Dropbox all have iOS and macOS apps, iCloud Drive is the service Apple built directly into its operating systems, making it the default for most Apple users.

Which open-source media server software is frequently self-hosted to stream a personal video and music library to any device?

Correct! Jellyfin is a fully free and open-source media server that you host on your own hardware. It streams your personal library of movies, TV, and music to browsers, apps, and smart TVs — with no subscription or tracking involved.

Not quite — the answer is Jellyfin. VLC and Handbrake are local playback and transcoding tools, while Kodi is a media center app rather than a server. Jellyfin (and its proprietary cousin Plex) are specifically designed to serve media over a network.

When self-hosting a service and exposing it to the internet, which tool is most commonly recommended to securely provide remote HTTPS access without opening router ports directly?

Correct! A reverse proxy like Nginx Proxy Manager or Caddy sits in front of your self-hosted apps, handles SSL/TLS certificates automatically, and routes traffic securely. This avoids exposing individual app ports directly and centralizes access control.

Not quite — the standard answer is a reverse proxy such as Nginx Proxy Manager or Caddy. Telnet is unencrypted and obsolete, RDP exposes the whole desktop and is a common attack target, and plain FTP lacks encryption, making all three poor choices for secure remote access.

Challenge Complete

Your Score

/ 8

Thanks for playing!

Internal HDDs are a bit cheaper, but I’m looking at portable drives here because they match the mobility of cloud storage more closely. This also doesn’t account for electricity or operational costs if you’re running a drive inside an always-on home server, which itself costs money to build or maintain.

The point is, you can save money by switching to local storage, but you need to be prepared for a higher upfront cost—especially if you’re planning to build a full home server setup.

Storage Capacity

1TB, 2TB, 4TB, 5TB

Brand

Seagate

The Seagate Portable 2TB External Hard Drive is a compact USB 3.0 drive that makes storing and accessing files on Windows, Mac, PlayStation, or Xbox easy. Just plug it in and drag and drop your content for quick backups on the go.


You become your own IT department

Maintenance and troubleshooting fall on you

Synology HAT3300-4T hard drive partially inserted into the DS225 Plus NAS bay. Credit: Patrick Campanale / How-To Geek

Cloud storage is popular because it’s intuitive to use. It’s a set-and-forget solution because everything has already been handled by the service provider. However, when you start storing files locally, you suddenly become the sole person responsible for your backups, and if something goes wrong, there’s no support team to rescue you (apart from AI chatbots trying to help you fix the problem, of course).

Whether you’re storing files on a drive or a server, you have to manage and schedule backups, figure out your storage layout (like which RAID configuration to use), monitor drive health, deal with occasional drive failures, maintain backup tools, fix network issues, update software, and so on. And if you’re using a server, you have to be especially careful because a single wrong command line could cost you all your data.

Simply put, your backups become a manageable but ongoing responsibility that you simply don’t have when using the cloud.


Front view of the six-bay Ugreen NAS stacked with a four-bay enclosure.


How I back up my Windows desktop to my NAS automatically

Automatic, reliable, and completely free—yes please.

A single drive is not a backup

Redundancy is essential, not optional

Several USB flash drives stacked on top of each other. Credit: Ismar Hrnjicevic / How-To Geek

It doesn’t matter if you’re running an internal or external drive, SSD or HDD, or if it’s in a server—if you’re using a single storage drive to store your backups, your data is in danger. Without any other copies to rely on, you’ve essentially created a single point of failure, and if something happens to that HDD or SSD, your data is gone. Using it as cold storage isn’t entirely safe either.

A RAID configuration that adds parity or mirroring is significantly safer, but it still isn’t completely foolproof—if something happens to your server, like somebody spilling water on it, you’re still facing a hard time recovering all that data.

Cloud solutions don’t have this problem because they store multiple copies of your data in different locations. It’s extremely unlikely to lose your data in the cloud.

So, if you want your data to be safe, you need to take a similar approach by storing multiple copies across different devices in multiple locations. I even use USB flash drives to add redundancy to my backups.

File organization doesn’t take care of itself

Your folders won’t organize themselves

Immich running on an Android phone. Credit: Ismar Hrnjicevic / How-To Geek

While backup tools like Syncthing and Duplicati make it significantly easier to back up your data and sync it between your various devices, and Immich can do a fantastic job of organizing your images, you’ll still inevitably have to do some manual folder organization as well. If you don’t, you won’t really know where your files are stored, and even if you do, you’ll have a much harder time finding exactly what you’re looking for.

Admittedly, low-organization services like Google Drive also require manual organization, but the difference is that cloud services provide AI-powered search with advanced filters that make it easy to find whatever you’re looking for, even if your backups are messy.

Local access is fast and secure, but remote access is lost

Convenience takes a hit

Front view of the Synology DS225 Plus 2-bay NAS with both drive trays installed. Credit: Patrick Campanale / How-To Geek

Whether you’re using an internal or external drive, or a NAS connected via Ethernet, you’re likely getting file transfer speeds that are several times faster than your internet connection. I only have a download speed of 200Mbit/s (25MB/s) and an upload speed of 15Mbit/s (1.875MB/s), so switching to Gigabit Ethernet has been a massive upgrade when backing up large amounts of data from my PC to my NAS.

Internal and external hard drives can reach transfer speeds of around 100MB/s, which is already far faster than a typical budget internet connection, but if you want real speed that puts cloud storage to shame, SSDs take it even further.

However, the downside of keeping your backups local is that you lose access when you’re not home. While you can expose your NAS or PC to the internet to enable remote access, it also makes your data more vulnerable to attacks, even if you take all the necessary precautions.

You also won’t get anywhere near the same transfer speeds you get on your local network. I don’t personally need access to my backups outside my network, but for people who are always on the move, this can be a deal-breaker that pushes them back toward the cloud—which is generally safer than trying to expose your own system to the internet.


Front view of the Synology DS425+ NAS.-2


Please stop exposing your NAS to the internet (do this instead)

Internet access is sometimes necessary, but make sure you’re staying safe.

The best setup is a hybrid approach

While local backups are a great option if you prioritize privacy and want to avoid recurring subscription costs, they’re not perfect. I still keep copies of my most important files that don’t take up a lot of space, like my documents and important work files, in the cloud so I can always access them and avoid the risk of losing them. If you move your backups to local storage, I suggest following a similar approach.


A laptop with an external hard drive operating as a NAS.


I tried to ditch cloud storage for self-hosting. Three drives and a mini PC later, I gave up

There are time sucks, and then there are time sucks.



Source link

Leave a Reply

Subscribe to Our Newsletter

Get our latest articles delivered straight to your inbox. No spam, we promise.

Recent Reviews


The first computer my family owned was an 80286 IBM clone, and it had lots of ports, none of which looked the same. There was a big 5-pin DIN for the keyboard, a serial port, a parallel port, a game port for our joystick, and of course, the VGA port for the monitor.

In comparison, a modern computer has much less diversity in the port department. Not only are there fewer types of ports, but the total number may be quite low as well. When we move to modern laptops, it can be much more minimalist. Some laptops have just a single port on the entire machine! Is this a bad thing? As with anything, the extremes are rarely ideal, but I’d say overall, this has been a pretty positive development for PCs.

The port explosion era was never sustainable

It was more like a port infection

You see, the reason we had so many ports for so long is that people kept inventing new interfaces to make up for the shortcomings of existing ones. However, instead of the newer, better interfaces making the old ones obsolete, they just became additive as perfectly summarized in this classic XKCD comic.

A comic illustrates how competing standards multiply: first showing 14 competing standards, then people agreeing to create one universal standard, followed by a final panel showing there are now 15 competing standards. Credit: Randall Munroe (CC-BY-NC)

In laptops, the need for so many ports reached ridiculous heights. In this video posted by X user PC Philanthropy, you can see his Sager/Clevo D9T absolutely packed with all the trimmings leading to a rather massive laptop.

It is undeniably a cool machine, but obviously goes against the principle of portable computing. Also, every port you install means power and space that could have been taken up by something else. That’s true for laptops and desktops.



















Quiz
8 Questions · Test Your Knowledge

PC ports and motherboard I/O
Trivia challenge

Think you know your USB from your PCIe? Put your connector knowledge to the test.

PortsStandardsHardwareConnectorsMotherboards

Which USB connector type is fully reversible, meaning it can be plugged in either way?

Correct! USB Type-C features a symmetrical oval design that lets you insert it in either orientation. Introduced in 2014, it has become the dominant connector for modern devices and supports everything from data transfer to video output and fast charging.

Not quite — the answer is USB Type-C. The older USB Type-A connector (the flat rectangular one) famously required you to flip it at least twice before getting it right. USB Type-C’s reversible design was one of its biggest selling points when it launched in 2014.

What does the ‘x16’ in a PCIe x16 slot refer to?

Exactly right! PCIe x16 means the slot has 16 data lanes, allowing significantly more bandwidth than smaller x1 or x4 slots. This is why discrete graphics cards almost always use x16 slots — they need that extra throughput to feed pixel data to your display.

Not quite — the ‘x16’ refers to the number of data lanes. More lanes mean more simultaneous data paths between the CPU and the card. Graphics cards use x16 slots because their massive data demands require all 16 of those lanes working together.

Which port on a motherboard is most commonly used to connect a display directly to the CPU’s integrated graphics?

That’s correct! The HDMI and DisplayPort connectors found on a motherboard’s rear I/O panel are wired directly to the CPU’s integrated graphics unit. If you have a discrete GPU installed, you should use that card’s outputs instead for best performance.

The right answer is the HDMI or DisplayPort connectors on the rear I/O panel. These ports bypass the discrete GPU entirely and tap into the CPU’s built-in graphics. It’s a common troubleshooting trap — plugging a monitor into the motherboard instead of the GPU and wondering why nothing works.

What is the primary function of the 24-pin ATX connector on a motherboard?

Spot on! The 24-pin ATX connector is the main power connector that delivers multiple voltage rails — including 3.3V, 5V, and 12V — from the power supply to the motherboard. Without it seated properly, your PC simply won’t power on at all.

The correct answer is delivering power from the PSU to the motherboard. The 24-pin ATX connector is the big wide plug you’ll find on every modern motherboard. It supplies several different voltage levels that the board distributes to components. PCIe cards get their supplemental power from separate 6- or 8-pin connectors directly from the PSU.

Which of the following rear I/O ports transmits both audio and video in a single cable and is most commonly found on modern motherboards?

Correct! HDMI carries both high-definition audio and video over a single cable, making it one of the most convenient display connectors available. It became standard on motherboards as integrated graphics improved, and modern versions support 4K and even 8K resolutions.

The answer is HDMI. VGA is analog-only and carries no audio, DVI-D is digital video only without audio, and S-Video is an older analog format. HDMI bundles both audio and video digitally, which is why it became the go-to connector for TVs, monitors, and motherboard rear panels alike.

What maximum theoretical data transfer speed does USB 3.2 Gen 2×2 support?

Impressive! USB 3.2 Gen 2×2 achieves 20 Gbps by using two 10 Gbps lanes simultaneously — that’s what the ‘2×2’ means. It requires a USB Type-C connector and is most commonly found on high-end motherboards, making it ideal for fast external SSDs.

The correct answer is 20 Gbps. The ‘2×2’ in the name is the key clue — it bonds two 10 Gbps channels together. USB naming got notoriously confusing around this era, with the same physical port potentially supporting very different speeds depending on the generation label printed in the spec sheet.

What is the role of the M.2 slot found on most modern motherboards?

Well done! M.2 is a compact form-factor slot that most commonly hosts NVMe SSDs, which connect via PCIe lanes for blazing-fast storage speeds. Some M.2 slots also support SATA-based SSDs and Wi-Fi/Bluetooth combo cards, making the slot surprisingly versatile.

The correct answer is housing compact storage drives or wireless cards. M.2 replaced the older mSATA standard and supports both PCIe NVMe drives and SATA drives depending on the slot’s keying. NVMe M.2 drives can achieve sequential read speeds many times faster than traditional SATA SSDs.

Which audio connector color on a standard PC rear I/O panel is designated for the main stereo line output to speakers or headphones?

That’s right! The green 3.5mm jack is the standard line-out port used for speakers and headphones in the PC audio color-coding scheme. Blue is line-in for recording, and pink is the microphone input — a color system that’s been consistent across PC motherboards for decades.

The correct answer is green. PC audio jacks follow a long-standing color convention: green for headphones and speakers, blue for line-in (recording from external sources), and pink for the microphone. It’s one of those legacy standards that has quietly persisted even as USB and digital audio have become more common.

Challenge Complete

Your Score

/ 8

Thanks for playing!

USB-C (almost) solved the problem

So close, but not quite there yet

Released to the public in the mid ’90s, USB came to the rescue. The “U” is for “Universal” and for the most part USB has lived up to that promise. Now there was one port that handled data and power. More importantly, USB is fully backwards compatible. So if you plug a USB 1.1 device into a modern USB port, it should work. Whether you can get software drivers for it is another story, but it will talk to the host device.

USB-C has proven to be less universal than I’d like, and the situation is still far better than it used to be. A single USB-C port on one of my laptops can act as a video output for just about anything, even an old VGA monitor.

A Macbook, CRT monitor, and iPad connected together. Credit: Sydney Louw Butler/How-To Geek

My smaller laptops don’t need special chargers anymore, and the latest laptops can pull 240W over USB-C, which is enough for all but the beefiest desktop replacement machines. There is no type of peripheral I can think of that doesn’t give you the option to use it over USB.

But the complaints aren’t so much that we only get USB these days, it’s more that we get so little of it.

Minimal I/O enables better hardware design

Harder, better, faster, stronger

When you only put a handful of USB-C ports on a mobile computer, you reap numerous benefits. The low profile of USB-C means the laptop can be thinner, and the frame can be a stronger and more rigid unibody design. Internally, you have room for more battery, larger performance components, or better cooling.

A green Apple MacBook Neo on display on a wooden table with a product sign behind it. Credit: Patrick Campanale / How-To Geek

It also means the internals can be simpler, and cheaper to design and fabricate, though whether those savings are passed on to customers is another story altogether.

Wireless and cloud-first workflows reduce physical dependency

I guess they are “air” ports

Perhaps the first sign of major change was when smartphones dropped headphone jacks, but the fact is that wireless technologies are now good enough for most peripheral and data connections. So, there’s no need to connect them directly to a port on a computer. Which, in turn, means that there’s no reason to have as many ports on the computer in the first place.

I can’t remember the last time I used a wired mouse or keyboard, and I only use Ethernet for devices that need extremely high speeds, low latency, or improved reliability. For normal day-to-day use, modern Wi-Fi is just fine. So while your laptop might not have as many wired ports on the outside, those wireless chips on the inside still give it numerous connectivity options for audio, input, and data transfer.

You could even make the same argument about storage to some extent, with many thin and light systems leaning on cloud storage to make up for a lack of ports to connect external storage.

MacBook Neo colors on a white background.

Operating System

macOS

CPU

A18 Pro

The MacBook Neo with the A18 Pro chip is Apple’s most affordable laptop yet, with all-day battery life and buttery-smooth performance in a thin and light profile.



The dongle backlash misses the bigger picture

The last bit of the port protest centers around dongles, but I never understood the complaints. Having one port that can be broken out into whatever ports you need using a little box is amazing. It makes ports optional and gives you the choice. If you never plug your laptop into anything, why deal with all the ports you’ll never use?

Likewise, if you only ever use ports with your laptop when you dock it at a desk, then you can just leave your dongle ready to go on your desk, but throwing a small dongle in your laptop sleeve or bag in case you might need it is a small price to pay for all the benefits of minimal IO.



Source link