Ask HN: What backup software for Linux should I use?
Hey HN crowd,
I am now for quite some time on Linux and still searching for a good encrypted backup solution.
What are you using and why do you think it is the best solution for you?
Requirements I have:
- Client Side encryption
- Automated
- Easy to restore
- GUI to configure it
- Stored into a cloud storage
I am happy to pay a monthly fee for a good solution, but the client must be open source to ensure a client side encryption.
7 comments
[ 0.15 ms ] story [ 27.5 ms ] thread[1] - https://superuser.com/
[2] - https://serverfault.com/
Your distro likely already has cryptsetup and rsnapshot in its repos.
You asked for a GUI though, so I think your best bet is SuperUser. They will be on top of all the latest open source backup solutions that have a GUI.
[1] - https://github.com/rsnapshot/rsnapshot
The Vorta GUI looks really great!
Will definitely check it out again.
Otherwise, you could use an external hard drive and rsync
edit: Backblaze is basically using http://duplicity.nongnu.org/ on Linux. So no solution for Linux users IMO