this post was submitted on 28 Aug 2023
9 points (100.0% liked)

NotAwfulTech

408 readers
23 users here now

a community for posting cool tech news you don’t want to sneer at

non-awfulness of tech is not required or else we wouldn’t have any posts

founded 2 years ago
MODERATORS
9
restic (restic.net)
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 

I've been using it for a good while now, but figured it's worth a shoutout incase others don't know it. one of the few pieces of Go-ware I don't substantially hate.

I've previously slapped together a tiny set of shellscripts for my use of it which you're welcome to steal from. also recently seen backupninja as something that can use this, but haven't tried that

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 2 years ago* (last edited 2 years ago) (4 children)

I have currently settled on borg for backups personally, combined with some gruesome ssh hackery to let me do pull backups of external machines using ssh tunnelled sockets back to a backup server which is not reachable from the wider internet. These days I might just use tailscale to set up a VPN & pipe the backup straight over that without all the ssh shenanigans but the system I have works. You can also use borg to talk directly to rsync.net at special nerd rates: https://www.rsync.net/products/borg.html Bring your own support!

NB. Last time I looked at this, borg’s cryptography was somewhat suspect. Not actually broken, but definitely not using best practices. Restic is better, but at the time I was looking restic didn’t compress backups so it was a non-starter for me. These days restic does compression as well so is probably the right default choice. Borg2 has a rewritten encryption layer which supposedly fixes all the problems pointed out by cryptographers with Borg1, but it hasn’t hit a release version yet & is still in beta.

[–] [email protected] 3 points 2 years ago (1 children)

i've put my (figurative) money on kopia, which is beautifully well-rounded and remarkably fast.

[–] [email protected] 2 points 2 years ago

looks interesting. I'll give it a try sometime for comparison.

weird amount of branding though. lately you usually see this with previously-companyware that got spun out into an open codebase when the company failed, but I didn't immediately see anything that makes me think this is that

load more comments (2 replies)