this post was submitted on 16 Dec 2025
24 points (92.9% liked)
Linux
61084 readers
1298 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
O_o If those files are critical, they should be backed up in multiple locations. But if you cannot recall, are those files really critical? Regardless, one day a drive will fail and those files will be lost. Critical data should be backed up in multiple locations.
How do you intend to switch to Linux without available disk space? It is possible to install and boot Linux from an external drive but performance will obviously suffer. But any way you get Linux running, if it's on the same computer and if your Windows drives are not encrypted, you should have access to them from Linux. There is no need to copy them or move them if Linux is on another drive but on the same computer. Simply installing Linux will not risk the data, as long as you don't format the wrong partition. You can leave it there and probably access it from Linux to do what you want with it.
Why not backup the critical data on an external HDD?
Erm, how do you proceed when you change your computer with Windows? Do you use specialized software to "migrate" your data for you? And if you want an automatic way to do it, how would you ensure the automatic way did it correctly? If this is what stops you from migrating, maybe it's preferable to keep things as they are for you?! Maybe try a live USB drive environment instead of installing?!
In any way, seeing your other replies, I can only strongly encourage you to make proper backups as this may one day save your critical data, and also facilitate any future PC or OS migration.
I'm sorry I can't be more helpful or positive but if you made a mess and want to make sure you don't lose anything, you may want to start by cleaning up, know what you have, where it is, and have it in multiple locations. Then you can start thinking about migrating without worrying about the data.
I guess I'll start backing up my stuff like you told me. At least could you point me in the right direction by recommending a suitable backup solution that preferably is compatible in both Windows and Linux and is beginner friendly?
I'm afraid I've been using Linux for so long that I'm not very knowledgeable about backup software for Windows. But I've been using Duplicati for a single Windows computer for years, and it's apparently also running on Linux. I never tried on Linux though, so don't take my words for cash.
There's also Duplicity, but it's command line and will probably require installing the Windows Subsystem for Linux. There's also Bacula but it's mostly for businesses. This Wikipedia page may know more than me.
On Linux, Deja Dup acts as a graphical interface for Duplicity, is easy, and is the default for GNOME and Cinnamon. Compatible with Duplicity but as mentioned, it's complicated for Windows.
However I think those are "too complicated" (I prefer raw files instead of archives) and for Linux I've been using rsync with a job scheduler (cron) for years. It's technically not a backup solution in itself but many backup software, like those mentioned, use rsync in some form anyway. Unfortunately it does not work on Windows. My strategy is to use rsync to copy my important files to an older HDD, then the very important files are also sent on an online drive.
The TLDR would be to give Duplicati a try if you really want a backup solution that is cross platform and graphical. Otherwise, there's nothing more certain than making copies yourself.
I guess I don't need to remind you to be careful. Take your time. Try restoring to be sure it works. Good luck!
External hard drive.