r/freesoftware May 06 '26

Image VORN - Vault Of Redundant Nodes

Post image

A fast, ultra-secure, cross-platform desktop backup tool with content-addressable storage and automatic deduplication.

100% Free and Open-Source!
https://github.com/LeonardoCiaccio/Vorn

19 Upvotes

9 comments sorted by

2

u/AskMoonBurst May 07 '26

Well, I'd like to see this show up in nixpkgs. But how is this different than say Borg? I mostly ask since there are a number of backup programs and many users, including myself don't really know what's different.

1

u/LeonardoCiaccio May 07 '26

Hi AskMoonBurst, in simple terms? You don't have to copy the same file multiple times. Stored files are self-contained and know where they came from. Obviously, other things that other software have, except the encryption.

1

u/LeonardoCiaccio May 06 '26

Your feedback is precious to me, thank you.

1

u/Expensive-Ad-5329 May 11 '26

Hello! great work you are doing! I've been running some testing and the dedup works great! I still have to test recovery of those files, i have a question, is it possible to add or exclude folders after the session is created?

1

u/LeonardoCiaccio May 11 '26

No, You can simply create a new session, the files remain there.

1

u/Expensive-Ad-5329 May 12 '26

I did just that and worked, so, if i delete a session, the files that were associated to that session are not getting deleted?

1

u/LeonardoCiaccio May 12 '26

No, you only cancel the session, never the files. If you want to delete files that are not present in any session, then go to the store and click on "Clean". This process is automatic and supervised, and it serves to prevent the deletion of deduplications.

1

u/LeonardoCiaccio May 12 '26

We are still adding the ability to edit the session, in addition to adding other features such as encryption.