Pluton - Open source backup solution with End-to-End encryption with replication & Nice UI

Posted by towfiqi@reddit | linux | View on Reddit | 56 comments

Pluton - Open source backup solution with End-to-End encryption with replication & Nice UI

About 2 years ago, I decided to move a few of my servers that contain precious data to some great deal VPSs I picked up during Black Friday from LET. After migrating all the data, I set up Duplicati on one of the servers to handle backups.

While configuring it, I came across something pretty concerning. Duplicati can silently corrupt backups over time. So when I actually need to restore data after a disaster, the backups might not even work. Realizing this made me feel like the whole migration was a mistake because those servers were managed and came with backup service.

I wanted to move to Restic because it’s rock-solid, but as someone who prefers a UI over managing endless CLI scripts, it just wasn't clicking for me. I wanted a way to easily manage a 3-2-1 backup plan across different cloud providers without the headache. I then found Backrest and gave it a try, but the UI did not make much sense to me as I was not really aware of the restic terminologies back then(this was back in December 2024).

Since I’m a developer, I decided to build my own solution. I thought it would take a month or two, but it ended up taking 16 months to get everything perfect. This is quite a long time for me, as I have been building various apps for a long time now, and most took me 3-4 months.

Here are the key Features of Pluton:

Pluton can be installed on Linux desktops (AppImage) and servers, and can also be deployed with Docker. Give it a try:

https://github.com/plutonhq/pluton

Feedbacks appreciated.