Ask HN: What is your system for backing up family photos and video?
131–140 of 380 posts
Re: Ask HN: What is your system for backing up family photos and video?
#132For an offsite backup, I should start printing 2 and storing one copy at a relative’s house…
Re: Ask HN: What is your system for backing up family photos and video?
#133I use iCloud, and would pay for a solution that allows me to automatically archive on a monthly basis to Amazon Glacier. Anyone know of such a solution?
I don’t want to download the old photos that are just on iCloud to my device, but there seems to be this python script which I will try to use tonight: https://github.com/icloud-photos-downloader/icloud_photos_do.... I assume that you could combine this script easily in a cron job with RClone which is rsync for the cloud: https://rclone.org/
Re: Ask HN: What is your system for backing up family photos and video?
#134I tweeted about this a while back and several people had good replies: https://twitter.com/aarondfrancis/status/1445408384472211464
For context, this was after facebook was down for a day. I think the odds of Google deleting all my photos is pretty low, but the odds of me losing access to my Google account for legitimate or non-legitimate reasons is much higher.
Re: Ask HN: What is your system for backing up family photos and video?
#135Re: Ask HN: What is your system for backing up family photos and video?
#136I make a photo book once a year with the best photos from the year. I use Amazon photos, google photos, etc but the hard copy book is the only one I’d expect to still be around in 100 years. For an offsite backup, I should start printing 2 and storing one copy at a relative’s house…
Re: Ask HN: What is your system for backing up family photos and video?
#137[edit] only time I lost some image was because I have waited too long to copy it from my camera to the computer :)
Re: Ask HN: What is your system for backing up family photos and video?
#138Copy 1: Desktop Computer
Copy 2: Backup 8 TB USB Hard Disk, always online
Copy 3: Backup 1 TB USB Hard Disk #1, always unplugged, rotated with #2
Copy 4: Backup 1 TB USB Hard Disk #2, always unplugged, rotated with #1
Copy 5: Microsoft Onedrive (Pay for 1.2 TB Storage)
Copy 6: Amazon Photos (unlimited photo storage for free with Prime)
Main purpose of the unplugged offline storage is in case of ransomware attack which could conceivably wipe out my online and cloud backups.
Re: Ask HN: What is your system for backing up family photos and video?
#139Related question, how does everyone get the family photos grouped together in the first place? My family are all taking photos on their own devices during a vacation, holiday, gathering, etc. and then someone creates a shared Album on Photos (iOS) where everyone just dumps all the photos taken. It's a complete mess in my opinion. WE have a shared album "Christmas 2018", "Holidays 2019", "Xmas'20", etc. depending on w…
If we have pics from someone else, I usually create an album and ask them to upload their pictures there. Not everyone does it - some people just share over SMS and then it's likely those pictures will get lost.
Re: Ask HN: What is your system for backing up family photos and video?
#140Photos are imported from SD card using a script. This script creates a new directory, captures some metadata, copies the photos in and creates thumbnails. This directory is rsynced to the NAS then encrypted, compressed and sent to s3. Nightly, from another location a raspberry pi with a large encrypted disk rsyncs the entire NAS.
All viewing and editing of photos is done against the NAS, and any changes are picked up nightly by the pis. The s3 copy acts as an immutable original.