Skip to content
gilbertchen edited this page Nov 10, 2017 · 6 revisions
SYNOPSIS:
   duplicacy password - Change the storage password

USAGE:
   duplicacy password [command options]

OPTIONS:
   -storage <storage name>  change the password used to access the specified storage
   -iterations <i>          the number of iterations used in storage key deriviation (default is 16384)

The password command decrypts the storage configuration file config using the old password, and re-encrypts the file using a new password. It does not change all the encryption keys used to encrypt and decrypt chunk files, snapshot files, etc.

The -iterations option speicifies how many iterations are used to generate the key that encrypts the config file from the storage password.

You can specify the storage to change the password for when working with multiple storages.