TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you manage and store family pictures/videos

7 pointsby saadshamimover 4 years ago

7 comments

notemakerover 4 years ago
Pasting my own answer from [0]:<p>---<p>For myself and my family, I wrote my own tool [1] that runs everyday on an &quot;input folder&quot;. A quick google on &quot;github photo organizer&quot; shows a lot of others having done the same :)<p>It organizes all traversed photos by date (extracted from exif or from filename), and puts them in a &quot;failed&quot; folder if it can&#x27;t parse the date.<p>If any photos get the same name, they are either deduped because they are exact duplicates, or are marked as conflicts (e.g. A.jpg and A_conflict1.jpg) if they are different.<p>Last time I used it for a large input it took 3h for 200GB, though I suspect network latency was the main bottleneck.<p>It&#x27;s around 300 lines of python - verify the code for yourself if you want to use it! You probably also need to fork it if you don&#x27;t intend to run it on a Synology NAS.<p>However, as I mentioned last time I pitched this, elodie [2] might be more suitable for others than my little hack. Haven&#x27;t used it though!<p>1: (<a href="https:&#x2F;&#x2F;github.com&#x2F;johan-andersson01&#x2F;photo_organizer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;johan-andersson01&#x2F;photo_organizer</a><p>2: <a href="https:&#x2F;&#x2F;github.com&#x2F;jmathai&#x2F;elodie" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jmathai&#x2F;elodie</a><p>---<p>0: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24019612" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24019612</a>
duxupover 4 years ago
They&#x27;re for the most part on my PC inside lightroom.<p>Then all that gets backed up locally to a synology NAS.<p>Also backed up via Backblaze.<p>I feel comfortable with this system, but it certainly isn&#x27;t ideal for sharing and etc.
mceachenover 4 years ago
For all the posters saying Google Photos: make sure you have a backup of your originals. Google strips most of the metadata from your images when you pull down a Takeout or use the photos API, including GPS.<p>You can copy your original images and videos directly to a home computer&#x2F;server&#x2F;desktop&#x2F;raspberry pi via either SyncThing or Resilio Sync.<p>If you want to self-host your library, there are a bunch of options, but (being the author) I&#x27;m partial to PhotoStructure: <a href="https:&#x2F;&#x2F;photostructure.com&#x2F;faq&#x2F;why-photostructure&#x2F;" rel="nofollow">https:&#x2F;&#x2F;photostructure.com&#x2F;faq&#x2F;why-photostructure&#x2F;</a><p>(I&#x27;ve had several beta users tell me that they&#x27;ve &quot;tried them all&quot; and picked PhotoStructure, but there&#x27;s some survivorship bias there!)
speedgooseover 4 years ago
I use Google Photos and I hope Google will not cancel it anytime soon, or ban my Google account for no reason.
trysomechaiover 4 years ago
I would recommend backing up with Google Photos and Backblaze.<p>For a local storage, I would invest in a hard drive. This way, you have two cloud copies for every local copy.<p>Family pictures are really really important, you will look back on these 10 years later and smile when you come across these again.
mikebosover 4 years ago
i have a copy on dropbox, a backup of that folder on onedrive with arq backup. For easy viewing I also upload them to smugmug and make sure they are tagged correctly. It works mostly in that we can find photo&#x27;s most of the time and have not yet lost a single one.
slovetteover 4 years ago
iCloud Photos
评论 #24807530 未加载