From 9b68d4437b4f5dad8279419cbc79e438a9c92d60 Mon Sep 17 00:00:00 2001 From: droolio <997518+droolio@users.noreply.github.com> Date: Tue, 1 Apr 2025 15:04:24 +0100 Subject: [PATCH] Updated add (markdown) --- add.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/add.md b/add.md index be00d44..e63b7e3 100644 --- a/add.md +++ b/add.md @@ -25,6 +25,7 @@ OPTIONS: -bit-identical (when using -copy) make the new storage bit-identical to also allow rsync etc. -repository specify the path of the repository (instead of the current working directory) -key the RSA public key to encrypt file chunks + -erasure-coding : enable erasure coding to protect against storage corruption ``` @@ -101,6 +102,10 @@ This means of course, that the added storage can have a different password from The `-key` option enables [[RSA encryption]]. +### `-erasure-coding :` + +The `-erasure-coding` option enables [[Erasure coding]]. + # Notes :bulb: Each storage name must be _unique_ in order to distinguish it from other storage.