Comment on Any experience of Diode?
talkingpumpkin@lemmy.world 2 days ago
Look at restic and/or borg first. Iff you have specific needs that they don’t address, then look at other things (including reviewing your requirements: chances are you are doing something wrong in that case).
Cyber@feddit.uk 2 days ago
Yeah, those are for the layer on top of a secure network.
My use case is less about the backup software, more about the network.
Diode - as far as I can make out from their site - provides both storage and networking, but I’m not interested in their storage (as I don’t understand where it is) - this is about getting data to my offsite NAS, securely.
ccryx@discuss.tchncs.de 2 days ago
What I’m reading is that you want site-to-site connectivity. Wireguard + possibly dynamic DNS makes this pretty easy (assuming you can open ports and configure NAT at your sites). Or you could set up some other VPN solution like OpenVPN.
There’s also tailscale (a paid service) for facilitating the wireguard setup, NAT traversal and relaying. headscale is a self hosted solution that aims to provide something similar (but more limited in scope).
Cyber@feddit.uk 1 day ago
Yeah, my default go to is a site-to-site OpenVPN tunnel, but thought I’d look around at what the kool kidz are doing these days. Thanks.