Ask HN: What is your system for backing up family photos and video?
31–40 of 380 posts
Re: Ask HN: What is your system for backing up family photos and video?
#32Re: Ask HN: What is your system for backing up family photos and video?
#33First, I'd recommend thinning out - multiple terabytes sounds very extensive and can be thinned by removing duplicates and by using better compression like webp or x265, removing unnecessary raw-files, etc. My personal backup is the usual 3-2-1: 3 backups, 2 places, 1 offline. I have one copy on my local harddrive (that I work with), one automatically synced copy via seafile on one of my dedicated servers (which also…
I can thus checkout the project on a new machine and just initiate it (giving it the right api keys etc) without issue.
Re: Ask HN: What is your system for backing up family photos and video?
#34The solution I've used for the last 2-3 years: 1. a cronjob on my android phone (via termux) does an rsync to a VPS 2. the VPS has a cronjob to sync everything with S3 3. the frontoffice tool for people to access those photos is my open source Dropbox like frontend that is bring your own backend: https://github.com/mickael-kerjean/filestash My wife and I got an account and family members can access it through shared…
Re: Ask HN: What is your system for backing up family photos and video?
#35When I first set up that photo solution I feared that no one would like to use it, but everyone liked the idea to have one central storage for all photos where everyone can also see and download the photos of others.
To make sure this is not the only place where everything is stored, I have another, older NAS sitting at my mom's house that is used as a remote backup solution. If ever comes the situation that both my and my mom's NAS are destroyed, photos probably don't matter anymore, so that's totally fine for me.
Of course, two NAS with much storage is quite expensive, but I guess it's cheaper in the long term, than paying for a multi-TB cloud storage every year.
TLDR: two NAS at different locations, one has a shared folder where all family photos are stored, one is backup only.
Re: Ask HN: What is your system for backing up family photos and video?
#36First, I'd recommend thinning out - multiple terabytes sounds very extensive and can be thinned by removing duplicates and by using better compression like webp or x265, removing unnecessary raw-files, etc. My personal backup is the usual 3-2-1: 3 backups, 2 places, 1 offline. I have one copy on my local harddrive (that I work with), one automatically synced copy via seafile on one of my dedicated servers (which also…
> if you're fine with a burglar having the images and you cannot be ransomed with them (e.g. due to nudes), just write what is on the harddrive clearly and you're fine.
For the most part, just using an unusual filesystem e.g. ZFS will foil the vast, vast majority of attempts to read the data from a drive stolen from a home burglary (e.g. where the data was not the target).Re: Ask HN: What is your system for backing up family photos and video?
#37Also interested in this, but hijacking to ask what folks scanning solution is. My dad has tons of slides, and prints. He’s hesitant to send them off, but we have analysis paralysis on scanners etc.
Re: Ask HN: What is your system for backing up family photos and video?
#38Re: Ask HN: What is your system for backing up family photos and video?
#39First, I'd recommend thinning out - multiple terabytes sounds very extensive and can be thinned by removing duplicates and by using better compression like webp or x265, removing unnecessary raw-files, etc. My personal backup is the usual 3-2-1: 3 backups, 2 places, 1 offline. I have one copy on my local harddrive (that I work with), one automatically synced copy via seafile on one of my dedicated servers (which also…
> if you're fine with a burglar having the images and you cannot be ransomed with them (e.g. due to nudes), just write what is on the harddrive clearly and you're fine. For the most part, just using an unusual filesystem e.g. ZFS will foil the vast, vast majority of attempts to read the data from a drive stolen from a home burglary (e.g. where the data was not the target).
Re: Ask HN: What is your system for backing up family photos and video?
#40Use Google Photos on my android phone, then use gphotos-sync[0] to sync the files to a hard drive on my DIY NAS. Contents of hard drive are periodically backed up with restic[1] to B2[2]. My reasoning is that I don't trust Google to not lock me out of my account at some point, so having both a local and a remote backup gives me piece of mind. I periodically check the offsite backup to check that it's still all workin…