Using Duplicacy CLI 2.1.0, I’m having a hard time setting up a headless task. I’m trying to use our existing CI infrastructure, so we can see that our backups are working in our dev dashboard.
If I do env | grep 'DUPLICACY'
, I see that I have variables set for:
- DUPLICACY_S3_ID
- DUPLICACY_S3_SECRET
- DUPLICACY_PASSWORD
Then when I run sudo -preserve-env duplicacy backup -stats
I still get:
Storage set to s3://us-west-1@amazon.com/<my bucket>`
Enter S3 Access Key ID:
Any guesses what I’m doing wrong? Thanks!