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.