2025-04-01
In the ever-evolving world of technology, I find myself constantly experimenting with different operating systems and devices. While this is exciting, it also presents a challenge: data protection and availability. Losing important files due to hardware failure, accidental deletion, or even system corruption is not an option. So, I decided to build a robust backup system that ensures my data is safe, accessible, and redundant.
I primarily use two laptops and a smartphone:
Since I work with multiple operating systems and enjoy tinkering with different devices, having a well-structured backup strategy became crucial. I needed a solution that would allow seamless synchronization and reliable backup without unnecessary complexity.
To centralize my backups, I repurposed an old laptop with two hard drives and turned it into a dedicated backup server. This machine runs Syncthing, a fantastic open-source tool that enables seamless file synchronization across my devices. The best part? Syncthing works locally and remotely without requiring router port forwarding, thanks to its relay feature.
To ensure that even my synchronized data is protected, I run Duplicati on my backup server. Every night at midnight, Duplicati takes a snapshot of all synced files and backs them up to the second hard disk. This way, even if files get accidentally modified or deleted, I have a reliable version stored securely.
Since I spend most of my time at university, relying solely on my home backup server wasn’t enough. I needed an on-site backup solution that would be available on my primary device – my ThinkPad T480. So, I added a dedicated NVMe SSD to my laptop’s WWAN slot using an M.2 NVMe M-Key / M2 SATA B+M Key 2230 to 2242 Extension Adapter Card Converter. This additional drive now serves as my on-the-go backup storage.
To manage this backup effectively, I use:
With this multi-layered approach, I now have a system that covers all bases:
By implementing this strategy, I’ve built a reliable, automated, and secure backup solution that keeps my data safe while I focus on my work. If you haven’t set up a proper backup system yet, consider taking steps to safeguard your data today. As the old saying goes:
"There are two types of people: those who have lost data and those who will."
Which one will you be?