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

Ask Lemmy

35184 readers
1129 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
[–] Libb@piefed.social 2 points 2 weeks ago* (last edited 2 weeks ago)

Most stuff at our home are analog and/or physical (be it documents, the few photos we care to keep, books, even movies and music are on DVDs and CDs). For digital files (including copies of whatever analog stuff we wish to make a backup of it):

  • Good old plain files. As much as possible, I will use standard file formats (aka no proprietary ones, as I want to be sure I'll be free to quickly and easily move from any app and/or OS to another, like I did after almost 40 years using Apple moving to GNU/Linux)

  • No zip or compression. Plain copies on encrypted external drives (note the plural) and also a remote backup on an encrypted cloud storage that I use for archive purpose only, I use another cloud services for the storage of 'active' files. Both those clouds are EU-based and independent from the GAFAM (I'd rather spend my money with local businesses). They're the German Filen.io (for encrypted archival), and the Swiss Infomaniak Kdrive for active files.

  • Local backups are done using rsync, while remote ones using their own dedicated apps because it does the job and I never bothered testing something else ;)

  • Backups directory structure is an exact copy of my working directory structure. In case I need to restore something I can then easily find it, and when I need to restore the entire backups, it's just a matter of rsync-ing it back, which is real quick.

  • I don't use different services for different type of files.

  • Legal papers, contracts,... We keep them as long as it's necessary (ore required by law) then we toss them without any any worries. the print version and the digital one. Same with receipt. Since all my files are names based on the date of creation it's easy to remove whatever becomes obsolete.

  • abandoned projects are trashed _the moment I decide they have no obvious use and won't have in the future. But since any projetc I work on can last for many years, I seldom 'trash' anything after I started working on it instead I will mercilessly prune out most 'good ideas' and 'maybe' only keeping what's truly worth my time.

Edit: typos + missing link.