this post was submitted on 06 Oct 2025
38 points (100.0% liked)

Ask Lemmy

35176 readers
1452 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 2 years ago
MODERATORS
 

Hi! Recently I'm interested in digital archiving. I want to tidy up my own files and I'm also building my home server which will act (among many other purposes) as a storage for... everything, including archives - files I might never touch again but I also don't want to lose.

I would appreciate some descriptions of how Lemmings are archiving their files. I mean mostly personal files, not bought media. In particular:

  • family photos,
  • home-related documents,
  • job-related documents,
  • school materials,
  • medical documents,
  • abandoned projects (software of other),
  • travel related stuff,
  • receipts, invoices,
  • and more!

Some example questions I'm interested in:

  • Do you ever delete anything or do you archive everything?
  • Do you use dedicated software or do you just store plain old files on disk?
  • Do you use archive formats? For instance ZIP, tar, etc.
  • Do you use compression? Like gzip, zstd, xz, etc.
  • What naming convention do you use?
  • Do you use spaces in the filenames?
  • What directory structure do you use?
you are viewing a single comment's thread
view the rest of the comments
[–] FaceDeer@fedia.io 3 points 2 weeks ago

Answering your questions specifically:

I mostly never delete anything. Storage space is pretty cheap these days. The exception is stuff that I've downloaded that's large and likely to be easy to download again in the future, like popular TV shows or movies.

I store them as plain old files in a plain old directory tree. I actually don't like using zip files for this sort of thing because if one gets corrupted somehow that could destroy everything in it. Why take the risk for minimal benefit? Compression doesn't gain much, as I said storage space is pretty cheap these days.

No particular naming convention. I give the directories names that seem meaningful to me and I put them in a structure that seems meaningful. Some stuff is a bit more rigorously organized, for example I keep audio logs as a personal journal and those get automatically sorted into folders based on the date they were recorded. Same with photos. But the rest is just however seems right to me. Spaces are fine, it's the 2020s, technology has advanced quite a bit since the olden days.

The result is that there's a large amount of data that I would have no idea how to find or sort through easily. But I actually anticipated AI to some degree so that never bothered me, and now I can be pretty confident that within a few years I'll have an agent running locally that I can point at my archive and say "hey, what was the name of my neighbors ten years ago, again? I've forgotten." And it'll dig out everything relevant to that. I'm already almost there for my audio journal, I've transcribed it all and built a little search engine for it.