Good enough. Brilliant.
Comment on Immich mobile app sync V2
webghost0101@sopuli.xyz 2 months agoContinue to self host, create a yearly backup on external harddrive which you keep offline at a trusted family members house.
victorz@lemmy.world 2 months ago
BaroqueInMind@piefed.social 2 months ago
Any suggestions as to where we all can source cheap high-volume drives, such as refurbs pulled from upgraded old racks?
kambusha@sh.itjust.works 2 months ago
I’m looking to source a cheap trusted family member if anyone has one going?
derry@midwest.social 2 months ago
Location?
victorz@lemmy.world 2 months ago
Lots of families seem to be relocating these days for some reason… Maybe try reaching out there. 👍
AtariDump@lemmy.world 2 months ago
xylol@leminal.space 2 months ago
I have several of these and they been solid, before I would get refurb or open box from amazon and send them back if the smart failed, guessing a lot of people just stick their old drives in the box and return it so it wasn’t great
qjkxbmwvz@startrek.website 2 months ago
papertowels@mander.xyz 2 months ago
I remember before, you could use crashplan to easily backup to a computer at a friend’s house and vice versa. Anyone know any similar tools? The biggest requirement would be that it’s easy enough to use that someone who doesn’t know what “self hosting” is can do it.
AtariDump@lemmy.world 2 months ago
brygphilomena@lemmy.dbzer0.com 2 months ago
papertowels@mander.xyz 2 months ago
As someone who tried syncthing with their non-self hosting friends, let me tell you, that edit folder option is terrifying for the general public lol
AtariDump@lemmy.world 1 month ago
BitTorrent sync.
qjkxbmwvz@startrek.website 2 months ago
I do something similar — I have a raspberry pi and a HD, with daily rsync and snapshots (monthly retained indefinitely, weekly retained for a month, daily retained for a week). It’s at family’s house, connected to my home via WireGuard via a VPS. Tailscale (or anything really) would also work here.
It’s a great setup! Just have some watchdog reboot if it can’t talk to home (a simple cronjob with
ping -c1 home.lan || rebootor similar).Even our “slow” 35Mbps upload speed is way more than enough for incremental rsyncs of my Immich library. The initial sync was done in person, though.