Hey #InfoSec what backup software for desktop/laptop would you suggest? Definitely FLOSS, preferably cross-platform (if not, indicate which platform it works on).

Thanks!

@rysiek borg is cool, and can encrypt his repository, linux only.

I use now backuppc, it seems it can backup windows or osx (not tested), no encryption IIRC, you need to whatevercrypt the partition for the datas.

borg is push, backuppc is pull.

@dashie ack, thanks.
@rysiek I used both, borg then backuppc, depends on your taste, monitoring strategy, etc.
@rysiek Tarsnap is fantastic and recommended by loads of people in the InfoSec industry! http://latacora.singles/2018/04/03/cryptographic-right-answers.html#online-backups
Cryptographic Right Answers

@rysiek I've had a really good experience using SpiderOak One Backup https://spideroak.com

It has feature-rich, very mature client for Linux, Macintosh, and Windows, as well as mobile devices. Reasonable pricing and for the many years I've been using, rock solid. The only thing I don't like is that their servers are in the US, however they store and transit using strong encryption, claiming zero knowledge, and they seem to walk the walk.

Space Cyber Security Solutions For Hybrid Space | SpiderOak

SpiderOak protects your most important civil, military, and commercial space operations. We offer Space Cyber Security Solutions for Hybrid Space.

Spideroak
@rysiek What is your platform of choice?

@rysiek Since you insist it be FLOSS and cross-platform, only one comes to mind: rsync

Personally, I use BackBlaze because I want my backups offsite in case my house burns down.

@gme @rysiek borgbackup is also really good (works on Windows too, I think)
@kevin @rysiek So looks like it's rsync + data deduplication + rsync :-) It still suffers from the problem that unless you consciously transmit your backups off site they're going to be local.

@rysiek I use Duplicity, which encrypts my backups locally (and does incrementals by default!) and uploads them to B2.

https://drwho.virtadpt.net/archive/2018-01-14/making-offline-backups-of-a-linux-machine-using-backblaze

Making offline backups of a Linux machine using Backblaze. | Antarctica Starts Here.

Personal website of The Doctor [412/724/301/703/415/510]. He's into a little bit of everything.

@rysiek I use restic. It's easy (it's cli tho) and secure. https://github.com/restic/restic/
restic/restic

Fast, secure, efficient backup program. Contribute to restic/restic development by creating an account on GitHub.

@rysiek Borg is good. Point it at rsync.net and you’ve got a solid cli setup

Should work on any *nix. Might even work in WSL.

@rysiek Cron and rsync to a network drive?
@facts_the_alt that's what I'm doing, but not really a solution for regular users...