gilbertchen

Results 102 comments of gilbertchen

Your change will not work in the case where the ssh-agent is set up but no key has been added. `len(signers)` will not be zero in this case, but since...

The current implementation is like this: if a file can't be opened at all, it will be skipped; however, if a file can be opened but can't be read, then...

[This](https://superuser.com/questions/901364/under-what-circumstances-will-a-portion-of-the-file-be-locked) suggested that this error is caused by the use of the [LockFile](https://msdn.microsoft.com/en-us/library/aa365202%28v=vs.85%29.aspx) function. I couldn't find any doc on VSS and LockFile, but if it didn't help in your...

This issue has been mentioned on **Duplicacy Forum**. There might be relevant details there: https://forum.duplicacy.com/t/dbus-authentication-failed/5559/1

This issue has been mentioned on **Duplicacy Forum**. There might be relevant details there: https://forum.duplicacy.com/t/encryption-key-derivation/7406/1

Changing the exit code at this time is not a good idea. It would break some existing users' scripts. I think you can just grep the output to make sure...

This issue has been mentioned on **Duplicacy Forum**. There might be relevant details there: https://forum.duplicacy.com/t/warnings-during-backup-not-surfaced-to-web-ui/8785/1

This pull request has been mentioned on **Duplicacy Forum**. There might be relevant details there: https://forum.duplicacy.com/t/retry-on-400-errors/6594/8

`The storage has not been initialized` means Duplicacy couldn't find the `config` file in the storage. Please make sure that there is such a file under the destination directory in...

Can you run `duplicacy -d backup` and post the output here? I wonder why it couldn't find the `config` file if you're sure it exists in the storage.