this post was submitted on 15 May 2026
62 points (98.4% liked)

General Discussion

14416 readers
38 users here now

Welcome to Lemmy.World General!

This is a community for general discussion where you can get your bearings in the fediverse. Discuss topics & ask questions that don't seem to fit in any other community, or don't have an active community yet.


🪆 About Lemmy World


🧭 Finding CommunitiesFeel free to ask here or over in: !lemmy411@lemmy.ca!

Also keep an eye on:

For more involved tools to find communities to join: check out Lemmyverse!


💬 Additional Discussion Focused Communities:


Rules and Policies

Remember, Lemmy World rules also apply here.0. See: Rules for Users.

  1. No bigotry: including racism, sexism, homophobia, transphobia, or xenophobia.
  2. Be respectful. Everyone should feel welcome here.
  3. Be thoughtful and helpful: even with ‘silly’ questions. The world won’t be made better by dismissive comments to others on Lemmy.
  4. Link posts should include some context/opinion in the body text when the title is unaltered, or be titled to encourage discussion.
  5. Posts concerning other instances' activity/decisions are better suited to !fediverse@lemmy.world or !lemmydrama@lemmy.world communities.
  6. No Ads/Spamming.
  7. No NSFW content.

founded 2 years ago
MODERATORS
 

Instances can go down, disappear or be unresponsive due to many reasons.

Go to your account settings now and export your account settings!

This file contains your subscriptions, follows, profile settings etc. It's very easy to start over on a new instance when you have your export file.

Back it up, export it, save it, repeat occasionally.

top 22 comments
sorted by: hot top controversial new old
[–] fizzle@quokk.au 24 points 1 day ago (1 children)

Or you know, just embrace impermanence.

[–] grrgyle@slrpnk.net 1 points 1 day ago
[–] kepix@lemmy.world 6 points 1 day ago (2 children)

you guys get too serious about social media. just let the whole thing burn. youll register another temp email the next day and browse the same 3 active subs.

[–] Magnum@infosec.pub 2 points 21 hours ago* (last edited 21 hours ago)

I follow like 50 communities I will never get exposed to again, because I switched instances already.

[–] CombatWombat@feddit.online 3 points 1 day ago

One of the most surprising things about developing for the fediverse is different social media users use social media very differently.

[–] dsilverz@catodon.rocks 1 points 1 day ago

@general@lemmy.world

This file contains your subscriptions, follows, profile settings etc.

Just an addendum so Fediverse newcomers don't assume things from your "etc.": one's own old posts/replies can't be transferred across accounts, at least not without republishing, IIRC. There are Fediverse platforms that allows for "importing" these from an old account (the platform I use, a Misskey fork, has this feature), but all it does is republishing anew, as neither authorship nor timestamp from old activities are reassignable, as per ActivityPub standards. To complicate things, republishing isn't something nice to do when the person has a history comprised of thousands of activities, including replies/threads where handles for Lemmy communities are mentioned (so I guess each post would end up as new, repeated threads/replies across the threadiverse).

I say this because I'm currently facing this exact conundrum myself: for almost a year, I've had a Calckey account (@dsilverz@calckey.world) from which I've posted a thousand notes, (mostly) including interactions with Lemmy and hundreds of microblogging, but then the instance I was housed in started getting some issues beyond the scope of this reply (rule 5). I saw myself in need of seeking another instance, one that uses the same platform (because I liked Misskey, its features and how it allows for having both threadiverse communities alongside a personal feed), and I found the nice Catodon instance I'm currently housed in.

I was able to easily customize my new account's settings with the same settings that of my earlier account (because both platforms share the same Misskey origins), including the vampe UI theme I use, but the only thing I can practically do regarding my thousand posts is exporting these as a JSON and redownloading their media in some kind of post-mortem archive, because even republishing my microblogging posts would be unfeasible (I mean, technically speaking I could, it doesn't mean I should, because it'd end up as a flood of posts, so I'm not doing it).

[–] Eheran@lemmy.world 2 points 1 day ago (2 children)

This simply needs to automatically happen every week or so.

[–] vogi@piefed.social 2 points 1 day ago (5 children)

How though? A website cannot just access your hard drive and write stuff, as far as I know.

[–] CombatWombat@feddit.online 1 points 1 day ago

There’s a file api you can use to interact with the file system directly. Practically, I’m not sure how much it would help, since you could only access it with permission while the website is open, and there’s no way to sync between devices, but it is hypothetically possible to write a feature that backs up your settings periodically.

[–] Gnergy@piefed.europe.pub 2 points 1 day ago (1 children)

Actually it can. Cookies, local storage … but using that for backups would certainly be an idea I haven't heard before.

[–] jaybone@lemmy.zip 2 points 1 day ago

Plus it’s going to be a lot lire work to extract that when the website that wrote to it is no longer accessible. Easier to just click the backup button and download a file.

[–] gkaklas@lemmy.zip 2 points 1 day ago

Mine is a 200kB text file (I imagine much smaller if compressed into e.g. a zip file), so it could just be attached in an e-mail 🤔

How about a desktop client?

[–] Axiochus@lemmy.world -2 points 1 day ago (1 children)

Wait, doesn't every website do this? Or are there websites that only live in RAM?

[–] 4am@lemmy.zip -1 points 1 day ago* (last edited 1 day ago) (1 children)

No websites should be able to access anything on your hard drive arbitrarily.

Websites can ask the browser to store something in cookies, or local db storage; it can even say “here’s a file for download”. But it cannot just decide to place a download somewhere in your filesystem.

The browser itself is accessing your filesystem to read and write cookies, cache, etc. and the website has (rightfully so) zero control over that, other than asking permission and offering up a link to something the browser may to may not decide what to do with.

[–] Axiochus@lemmy.world 2 points 1 day ago

Didn't claim arbitrary access, just writing to hard drive. But I see, so the browser is the mediating layer

[–] dsilverz@catodon.rocks -1 points 1 day ago

Both for the user and for the server/instance, it wouldn't be wise.

From the perspective of instances, imagine having large instances (such as yours, lemmy.world, with almost two hundred thousand accounts as per FediDB current statistics) implementing a cron to compile and store a potentially large JSON/ZIP file for every account (including potentially inactive accounts), and having the storage requirements suddenly doubling (as the media files will become repeated twice in the server storage), which will make the storage quota/bill go through the roof for the instance owner(s) and/or, at best, having the Fediverse platform momentarily competing for storage resources with the backup cron. Notice I'm not just talking about the textual contents, but also about media (photos and videos) which should be included in the backup (otherwise the backup would be partial).

From the perspective of users, especially those who are prolific participants with thousands of posts, imagine having the instance pushing a large ZIP file into your browser's (or phone's, especially if you're using a third-party app to access the Fediverse) storage every week or so, potentially in an non-consented manner, maybe pushing the backup media as new files so your gallery app (when in mobile environments) will get suddenly cluttered by potentially repeated images and videos.

Nonetheless, for most Fediverse platforms, the exporting feature is quite "automatic" already, as the backup file is often built in less than 10 seconds upon requesting it, but it only does so when the user requests so; given the unlikelihood that all users will request their backups at the same time, the backup feature (generally) doesn't overwhelm the server, but it would if this automatic backup feature were a thing.

[–] MyBrainHurts@piefed.ca 2 points 1 day ago

Great idea, one of those retrospectively obvious ideas that never occurred to me!

[–] Archer@lemmy.world 1 points 1 day ago (2 children)

Is there a way to do this in Voyager?

[–] squirrel@cake.kobel.fyi 2 points 1 day ago

No, you can only backup your Voyager settings from the app.

[–] yarrage@sh.itjust.works 1 points 1 day ago (1 children)

Settings -> backup and restore settings

[–] passenger@sopuli.xyz 2 points 1 day ago* (last edited 1 day ago)

This is different from the account backup and only includes voyager settings.