Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asking for storage password when shouldn't #667

Open
andrew521 opened this issue May 8, 2024 · 1 comment
Open

asking for storage password when shouldn't #667

andrew521 opened this issue May 8, 2024 · 1 comment

Comments

@andrew521
Copy link

andrew521 commented May 8, 2024

duplicacy_linux_x64_3.2.3 set up for rsa, no storage password set.

$ cat .duplicacy/preferences
[
    {
        "name": "default",
        "id": "data-lx",
        "repository": "",
        "storage": "/media/....../data-lx",
        "encrypted": true,
        "no_backup": false,
        "no_restore": false,
        "nobackup_file": "",
        "keys": {},
        "filters": "",
        "exclude_by_attribute": false
    }
]
$ duplicacy -d info -e /media/....../data-lx/
Reading the environment variable DUPLICACY_PASSWORD
Enter the storage password:                                         <<<< here, I just hit enter
Chunk read levels: [1], write level: 1
Compression level: 100
Average chunk size: 4194304
Maximum chunk size: 16777216
Minimum chunk size: 1048576
Chunk seed: 6475706c6963616379
Hash key: 6475706c6963616379
ID key: 6475706c6963616379
RSA public key: -----BEGIN PUBLIC KEY-----
...
-----END PUBLIC KEY-----

data-lx
@gene1wood
Copy link

The reason for this is that the duplicacy info command can be run from any location, even a computer that has no duplicacy repository on it. It only requires pointing to the storage URL that you want to query. As a result, it's not looking for a preferences file in a repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants