Possible to use CLI with Unraid GUI backup?

Hi,

I’m using the Unraid GUI version of Duplicacy, and want to know if I can use the CLI on its storage.

I’ve found how to run the CLI commands from this post:

However, when I try to run a command e.g.
/config/bin/duplicacy_linux_x64_3.1.0 list
it says:
“Repository has not been initialized”

If I run an init command from the CLI, will it create a new storage? If so, how do I work on the storage that my GUI version is pointing to?

Thanks

You need to run this command in the temporary repository that the web gui creates for each storage, under the /caches/repositories/localhost/xx

Excellent, thanks for the explanation. Appreciate the help!