I think I’m missing something simple and obvious here.
Platform is Linux. Created a script to run restore jobs to a different repository directory. All is working as specified when I manually execute Duplicacy. But it fails when I try the same command in a script placing the password in an env variable.
Relevant scripts commands:
DUPLICACY_PASSWORD=“storage pw”
duplicacy restore -threads 8 -r 4327 +“Desktop/Outlook Archive/*”
Error from Duplicacy:
Enter storage password:Failed to read the password: read /dev/stdin: bad file descriptor
So where am I stumbling?