New to Duplicacy. I ran some tests using Web-UI. However, every command I run in CLI yields this:
$ duplicacy list -a
Repository has not been initialized
But wasn’t the repository already initialized by the Web-UI???
Specifically, I created some test backups in B2 using the Web-UI, and now need to clean them. Referring to this forum post, which says that prune
has to be run using CLI.
So I removed the snapshot folders in B2, and am now trying to run duplicacy prune -a -exhaustive
. But I can’t even get (simple?) list
to work.