kensanata / mastodon-archive

Archive your statuses, favorites and media using the Mastodon API (i.e. login required)
https://alexschroeder.ch/software/Mastodon_Archive
GNU General Public License v3.0
358 stars 33 forks source link

allow fetching a backup via another instance #70

Open raboof opened 3 years ago

raboof commented 3 years ago

My 'home' instance appears to be having hosting trouble.

I was a bit scared my history would be lost, but then I noticed I could still browse it when I was logged into another instance (on another account).

With a few changes to mastodon-backup I was able to save most of my history this way! I just hard-coded the modifications I needed (https://github.com/raboof/mastodon-backup/commit/731b2c48e24c890eb999601fe9c001cff217c39e) - it would be nice to turn this into a proper feature.

raboof commented 3 years ago

Noticed a limitation: this will not report all followers and following, just the ones on the instance that you're using to make the backup.

(good news: my 'home instance' claims they're at 80% of recovering and expect to become operational again 'soon' :tada: )