I’m trying to run a prune from the CLI to try and get my storage back into reasonable usage levels.
When I run the prune command without the -storage argument it processes the first storage in my configuration file.
When I use -storage to try and target a specific storage, I always get the error:
No storage named 'StorageName' is found.
I am using StorageName as shown in the duplicacy.json file in the ~/.duplicacy-web folder. Those names are the same names I see in the web gui.
{
"storages": [
{
"name": "StorageName",
etc.
CLI Command:
./duplicacy_osx_x64_2.7.2 list -storage StorageName