Live data from Hacker News

Self-hosted photo and video backups directly from your mobile phone

github.com

181–190 of 354 posts

Re: Self-hosted photo and video backups directly from your mobile phone

#181
post #35

I prefer SyncThing on both mobile and desktop devices. It's open source and mature, the server only makes devices findable between each other. It allows 1 or 2 way sync. And it has advanced settings for keeping removed files (e.g. trashbin that cleans anything older than X days.)

Since this is upvoted so much, I wonder what people's complete setup is for something like this to replace, say, Google Photos. So once the photos are on a "server", what do people recommend for albums, sharing, metadata, geotagging, search, etc?

I use https://github.com/jpsim/AWSPics , which takes care of everything. It's great IF you're comfortable with your whole photo solution being cloud-based (but you still own and control it, you're not just handing it all off to a SaaS), rather than being self-hosted. Personally I prefer the former these days, but I know that I'm in the minority here on HN.

With AWSPics, sync your photos (just a simple directory tree on your local device) to S3 (I just do it manually from time to time from my desktop, but no doubt it can be done automatically at regular intervals, and/or it can be done directly from a phone), then Lambda functions generate thumbnails and browsable galleries (as static HTML), then you can view it all via CloudFront (password-protected using Origin Access Identity).

AWSPics isn't really being actively maintained these days. But it still works fine for me. The setup is cheap, you basically just pay for the S3 storage (currently costing me a bit under $1/month - and I guess you could use a cheaper S3-compatible alternative like Backblaze and reduce your costs further). No server to set up or maintain. Durable backup built-in. Fast reliable CDN built-in.

Re: Self-hosted photo and video backups directly from your mobile phone

#182
post #35

I prefer SyncThing on both mobile and desktop devices. It's open source and mature, the server only makes devices findable between each other. It allows 1 or 2 way sync. And it has advanced settings for keeping removed files (e.g. trashbin that cleans anything older than X days.)

Since this is upvoted so much, I wonder what people's complete setup is for something like this to replace, say, Google Photos. So once the photos are on a "server", what do people recommend for albums, sharing, metadata, geotagging, search, etc?

I left Google Photos when they included some strangers data in my Takeout backup (and likely put my data in someone elses backup) [1].

Sadly I've not found a self-hosted like-for-like replacement. My photos now move from my phone to a folder that's backed up to s3 via Restic [2].

[1]: https://www.forbes.com/sites/thomasbrewster/2020/02/04/googl...

[2]: https://restic.net/

Re: Self-hosted photo and video backups directly from your mobile phone

#183

Earlier quoted context omitted.

I have absolutely no desire to manage my own backup. When I take a picture with my phone, it automatically gets backed up to iCloud, Google Photos, OneDrive, and Amazon Photos (free with prime). When I had a personal computer, photos would sync to my computer and get backed up to BackBlaze also.

It gets backed up to all of these? On iOS I have tried all except Google and they are all finicky. Even iCloud/Photos.app seems to have a brain of its own. And on the Mac Apple engineers have made sure the photos are not synced in a simple easy folder hierarchy that can be backed up elsewhere.

Photos.app is just atrocious.

Google Photos just works.

Re: Self-hosted photo and video backups directly from your mobile phone

#184
post #35

I prefer SyncThing on both mobile and desktop devices. It's open source and mature, the server only makes devices findable between each other. It allows 1 or 2 way sync. And it has advanced settings for keeping removed files (e.g. trashbin that cleans anything older than X days.)

Is it battery-friendly?

Re: Self-hosted photo and video backups directly from your mobile phone

#186
Any Photoprism user out there that tried this already? How does it compare, UI and updating-wise? I'm a Photprism donor but seems that development is stalling a bit lately (just a new release in over 6 months and with not so big changes, although I still have to update to be honest)

EDIT: after a quick assessment in the doc pages/features, this seems to... blow Photoprism out of the water?

Re: Self-hosted photo and video backups directly from your mobile phone

#187
post #35

I prefer SyncThing on both mobile and desktop devices. It's open source and mature, the server only makes devices findable between each other. It allows 1 or 2 way sync. And it has advanced settings for keeping removed files (e.g. trashbin that cleans anything older than X days.)

[flagged]

Re: Self-hosted photo and video backups directly from your mobile phone

#188
post #13

Real question: is this easier and more reliable than emailing to myself for the past 20 years?

Emailing is a decent solution, but which may cost money, unless your phone is connected through WiFi.

I have always failed to see the appeal of a cloud solution.

Whenever I arrive at home, I immediately move all the new photos from my mobile phone to my computer. This costs nothing, except a few seconds of my time and it is perfectly secure.

I prefer to not keep any personal information on a mobile phone, except the mandatory list of contacts.

Re: Self-hosted photo and video backups directly from your mobile phone

#189
post #35

I prefer SyncThing on both mobile and desktop devices. It's open source and mature, the server only makes devices findable between each other. It allows 1 or 2 way sync. And it has advanced settings for keeping removed files (e.g. trashbin that cleans anything older than X days.)

Is it battery-friendly?

It indeed is. In fact, it's non-invasive, so stubborn OSs like MIUI will unfortunately find ways to block it at times.
Post reply on HN