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

Ask Lemmy

35176 readers
1264 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
[–] palordrolap@fedia.io 2 points 2 weeks ago

I have a set of commands I run occasionally to back up my homedir. That contains pretty much anything that's text, text-like and related metadata. Things like personal documents, code projects, etc. are all in there. Basically anything that isn't enormous goes into that.

i.e. Software installed into my homedir by things like Steam and Wine are currently skipped. It currently runs to about 1GB, compressed.

Minecraft worlds are also skipped but get their own separate backup command set.

Never really got around to compiling those command sets into actual scripts. I kind of prefer to copy-paste them out of a text document and into the terminal so I can take action at each step if something goes wrong.

The major failing is that they each build a single tar.xz, which I then copy to an external 1TB drive. There's no deduplication so that's getting a bit full at this point.

Photos and media hoards (software installers, website rips, music) currently go on a single Storage drive that isn't backed up. I should probably do something about the photos, tbh.