this post was submitted on 08 May 2025
62 points (95.6% liked)
Linux
54028 readers
1236 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
Honestly I maintain a list of file types I care about and copy those off. It’s mostly things I’ve created or specifically accumulated. Things like mp3, mkv, gcode, stl, jpeg, doc, txt, etc. Find all of those and copy them off. I also find any files over a certain size and copy them off unless they are things like library files, dlls, that sorta thing. Am I possible going to kiss something, yeah. But I’ll get most of the things I care about.
Not everything is an individual file though, a lot of the stuff needs to be stored and maintained as bulk folders.
I mod operating systems and occasionally games, plus write software. I can't just dump off all text files into a single folder, that'll just dump off all readme.txt files off into a single TXT folder, losing association with the project folders from which they came.
Isn’t all the code in git somewhere? I would totally do that for code projects.
I do the same thing with arduino code so I know where you’re coming from.
Not my code, I didn't even have internet access when I started programming.
I feel you. I started coding before the internet even existed (well technically it existed, just nobody had access to it)