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: What Photo Solution do you have?

9 pointsby pettycashstash2over 1 year ago
Over time, I've gathered a collection of photos spread across different devices, such as aging computers and obsolete smartphones. What are the common approaches that individuals use to effectively manage photos originating from various family smartphones, dated computers, and similar origins, all while guaranteeing the security of offsite backups for this diverse assortment of pictures? Additionally, what techniques can be employed to track down photos residing on antiquated Windows systems, outdated network drives, and similar locations? How about backing up to the cloud? Where and How? (AWS? RSYNC?)

4 comments

sys32768over 1 year ago
On Windows I would use these tools:<p>SearchMyFiles [1] = You could use this to search, but mainly it&#x27;s a good free duplicate file finder.<p>Everything [2] = This tool is VERY fast for doing a rapid initial searches so you can identify the locations of images (again, you need to specify the extensions). You can also limit the size so you don&#x27;t end up hitting thousands of tiny GIFs. Unsure what versions of Windows this supports, but SearchMyFiles probably supports more older systems.<p>Bulk Rename Utility [3] = Fantastic renaming utility which you can use to add prefixes or whatever to file sets en masse, which will help you or anyone else later search the resulting files you find, not to mention keep things organized and avoiding duplicate file names. It also will extract the &quot;Taken&quot; date from an image (if it is embedded) so you can use that in the file name automatically.<p>IrfanView [4] = This free tool has a rapid thumbnail viewer and batch converter that is very handy, but remember to check the option to retain the original file date stamp if you&#x27;re converting anything for any reason. Date stamps on images are very important.<p>Don&#x27;t forget movie files often stored with images (.MOV, .MPG, .QT, etc). These can eat a lot of space. I used HandBrake to convert a lot of large uncompressed .MOV files to MP4. Of course with storage so inexpensive these days, I would keep the uncompressed movies for the sake of preservation.<p>In your project I would likely have top-level folders for each person&#x27;s collected photos or device, then sort the images&#x2F;movies within by year folders.<p>[1] <a href="https:&#x2F;&#x2F;www.nirsoft.net&#x2F;utils&#x2F;search_my_files.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.nirsoft.net&#x2F;utils&#x2F;search_my_files.html</a><p>[2] <a href="https:&#x2F;&#x2F;www.voidtools.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.voidtools.com&#x2F;</a><p>[3] <a href="https:&#x2F;&#x2F;www.bulkrenameutility.co.uk&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.bulkrenameutility.co.uk&#x2F;</a>
评论 #37652896 未加载
randomluck040over 1 year ago
My naive solution was to gather everything at one place before sorting everything and backing it up on a NAS. It was a lot of work but I didn’t find anything that could’ve helped me to accelerate the process so I did it manually. After having everything at a single place it was pretty straight forward though. I’m using directories to sort my stuff because at the end it’s independent of software and tags that might deprecate at some point. I’ve backed everything up using rsync.
评论 #37638004 未加载
ketanmaheshwariover 1 year ago
I select pictures from my albums periodically and get them printed. I found it simple and effective.
aborsyover 1 year ago
Synology Photos. The NAS also backs up to various clouds.
评论 #37636887 未加载