From 6b956082e8f4771ea84c1dfda81465256e7e7d77 Mon Sep 17 00:00:00 2001 From: Philip Date: Wed, 12 Aug 2020 14:09:55 +0200 Subject: [PATCH] Updated init to reflect repository option from https://forum.duplicacy.com/t/init-command-details/1090 --- init.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.md b/init.md index 2880bc4..48dd41e 100644 --- a/init.md +++ b/init.md @@ -10,10 +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 ``` 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.