From bd166de726a6ef0b620be310a8fe140b59dc5fd8 Mon Sep 17 00:00:00 2001 From: gilbertchen Date: Mon, 17 Aug 2020 22:54:39 -0400 Subject: [PATCH] Updated init (markdown) --- init.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.md b/init.md index 48dd41e..bee64ef 100644 --- a/init.md +++ b/init.md @@ -10,11 +10,11 @@ OPTIONS: -chunk-size, -c the average size of chunks (default is 4M) -max-chunk-size, -max the maximum size of chunks (default is chunk-size*4) -min-chunk-size, -min the minimum size of chunks (default is chunk-size/4) - -iterations the number of iterations used in storage key derivation (default is 16384) + -iterations the number of iterations used in storage key derivation (default is 16384) -pref-dir alternate location for the .duplicacy directory (absolute or relative to current directory) -storage-name assign a name to the storage -key the RSA public key to encrypt file chunks - -repository initialize a new repository at the specified path rather than the current working directory + -repository initialize a new repository at the specified path rather than the current working directory ``` The *init* command first connects to the storage specified by the storage URL. If the storage has been already initialized before, it will download the storage configuration (stored in the file named *config*) and ignore the options provided in the command line. Otherwise, it will create the configuration file from the options and upload the file.