CLI on Unraid doesn’t work

I just want to run the CLI on UNRAID but when I do no commands work. Why is this so hard to use?

  • what are you trying to do?
  • What have you tired so far?
  • What exactly did not work?

Duplicacy CLI is just an executable. You need to copy the correct one for your platform, set execute permission and run just like any other executable. There is no magic.

I’m just trying to change the chunk size for Storj. Can’t run the CLI on UNRAID as no commands work always says not found. So tried to run the CLI on Mac using chmod +x and configure it from there then point UNRAID back to it but can’t get the CLI to run on Mac either.

Post the transcript. Seems to work fine for me:

/tmp % curl -L https://github.com/gilbertchen/duplicacy/releases/download/v3.2.3/duplicacy_osx_arm64_3.2.3 -o duplicacy
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 32.7M  100 32.7M    0     0  13.3M      0  0:00:02  0:00:02 --:--:-- 20.6M

/tmp % chmod +x duplicacy

/tmp % ./duplicacy
NAME:
   duplicacy - A new generation cloud backup tool based on lock-free deduplication

USAGE:
   duplicacy [global options] command [command options] [arguments...]

VERSION:
   3.2.3 (254953)

Thanks for that. Apologies that was me, a typo. Too many Easter Eggs!

So can I configure the Storj storage setup via the Mac CLI, then add the same Storj API key to Unraid that I configured on the Mac?

yes, that would be the easiest.