I've recently made the switch from Windows 10 to Linux Mint Cinnamon. Before the transition, I backed up all my files onto an external hard drive, but I discovered that the backup created zips for my files. I'm trying to figure out the best way to transfer specific files, mainly my Steam game files and some videos, onto my new Linux system. Any tips on how to handle this efficiently?
4 Answers
If you're facing a lot of zip files, transferring them one by one can be tedious. You might need to extract the zips to find your files. A good idea would be to check if the backup program split large files into separate zips, which can be a pain.
Try using Grsync for transferring files. It's particularly handy for that, but keep in mind it may just copy over all the zips. It could be worth checking your usage of it.
You can start by plugging in your external hard drive – it usually mounts automatically when you do that. Just open the file manager (that's what it's called in Linux), and you should see your drive listed there.
For a full system clone, consider tools like Clonezilla. If you're just wanting to archive specific folders, selecting them and compressing them to a 7z file might be the simplest way.

Yeah, I've heard Clonezilla is solid. Are there other options for just restoring files rather than the entire system?