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!
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.
@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.
@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.
@rysiek I use Duplicity, which encrypts my backups locally (and does incrementals by default!) and uploads them to B2.
@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.