My goal is to to fully ditch Google Photos for Immich. I have about ~3TB of photos and videos. Looking for a super simple way of backing up the library to cloud storage in case of a drive failure without spending a ton.
Ideally, this will require nothing on my part besides copying files into a given folder. And ideally the storage will be encrypted and have basic privacy assurances.
Also if it matters my home server is running Debian. But I’d prefer something that runs in docker so I can more easily check on it remotely.
Hetzner storage box plus borgbackup (also to save on storage since it dedups).
Buy two 4tb extern drives. Copy your photos onto both. Leave on at your mom’s house in a closet. Leave the other in a locker at work or a safety deposit box.
No monthly fees, no techbro cloud capitalists.
Media doesnt dedupe.
And OP liekly doesnt have every picture 4 times.
And ideally the storage will be encrypted and have basic privacy assurances.
Do it locally with cryptomator or similar so the cloud will only see encrypted data.
Use Restic backups to a local drive then sync that with something like rsync to ovhcloud cloud archive (not cold archive but that can work too). You can also skip the local copy but it’s better to have one and if you sync weekly it gives you opportunities to do things like cull photos you took too many of before it slaps them all up. There are plenty of GUI based restic interfaces now if you want a quick check or browse. Use healthchecks.io to monitor the cronjobs and alert you if they aren’t working.
I’ve had a good experience with pCloud. One-time lifetime fee. Just set the Immich directory in its entirety as a backup folder.
3TB is a weird place to be with their pricing, though. You can buy 2 TB twice, iirc.
How the fuck does that business model work? 10TB is cheaper than Backblaze B2 in 20 months.
It’s not unlimited transfer like Backblaze. Also not as fast.
Not the same, but for my Immich backup I have a raspberry pi and an HDD with family (remote).
Backup is rsync, and a simple script to make ZFS snapshots (retaining X daily, Y weekly). Connected via “raw” WireGuard.
Setup works well, although it’s never been needed.
raspberry pi and an HDD with family (remote)
Is this the way to go for off-site backups w/ family? In terms of low power draw, uptime, etc.
If you’re already running ZFS, sanoid would be an option.
I use hetzner storagebox for similar needs. It’s not encrypted, so you need to manage that by yourself, but they support a ton of protocols and pricing is decent, even if they’re increasing the price shortly.
What does the setup look like on your end? Is there like, an app? Also how would I look into managing encryption by myself?
I use Borg Backup to backup specific folders of my hard disk to my hetzner storage box.
The software is triggered by corn/systemd to start a backup.
I’m using proxmox backup server to make copies of full virtual machines, it takes care of encryption and verification of the data, so it’s not exactly the same than your scenario. Borg Backup is commonly recommended, but restic and dejadup are worth checking out too.
Backblaze B3, backup software of your choice pointed at the Immich library. Photos get put into Immich, backup runs, data encrypted and saved offsite.
Backup software of your choice pointed at the Immich library
Any recommendations? Preferably something something with a homeassistant integration or docker container with webui so I can more easily access it remotely. New to all this.
I use Duplicati and I THINK it has a container option? It is a web UI though.
I have my Immich library on a network drive and I took the lazy way and have my desktop duplicati just back up the network drive instead of directly on the server 😅
Looks like it does have a container option! $100/year for Backblaze computer backup is above what I was hoping to spend but it’s unlimited and I’m looking for a set it and forget it option so I’ll probably do exactly that, thank you.
There’s a plan where you pay some tiny amount per gb. Thats the one to use.
It’s $6/tb which isn’t bad but for my 3tbs is still more than $100/yr.
Yes you just taught me I’m paying more than I needed to using their B2 directly lol but I gave a few different backup buckets configured and I don’t mind paying a little extra for flexibility, vs paying for each machine I want data backed up on.
I’d be surprised if you find cheaper, but if you do, please report back.
Fwiw, BB have been super reliable for me over that past few years I’ve used them.
I use restic to backup immich (and everything else) to b3.
Be sure to stop the docker container while you backup to avoid skew.
Backblaze saved my ass at the end of last year when I had a hardware failure.
I use filen.io. encrypted and the barrier to entry is really low. Only gripe is that the CLI tool doesn’t support cron jobs yet.
I’m in a similar predicament except my backup target is offsite storage reachable via SSH. What are people’s thoughts between kopia and restic for such datasets?
I have backed up and restored several TB of data using restic. It’s been great in my experience.
I’ve mostly used it to back up to Wasabi but if I was setting it up now, I’d take a good look at CloudFlare R2.
If you’ve already got a host, you might implement the rest server.
I just recently setup kopia to backup my next cloud data and have it sync to idrivee2 seems to be reasonable price for s3 compatible storage







