Adrian Aug 25 10:04AM 2017 CLI
Made a test repo to evaluate Duplicacy and now want to remove the repo. Can't find anything in the docs or issues. Is it just something that has to be done at the filesystem level?
gchen Aug 25 10:41AM 2017
To remove a repository (the directory to be backed up), just delete the directory at the filesystem level, although the backups will remain in the storage.
To remove a storage, find the storage delete on the server and delete it. If it is a cloud storage, then usually the cloud service will allow you to do that on their website.
Adrian Aug 28 10:42AM 2017
Thanks.
Did roughly this on the server: cd /where/rep/was/stored sudo rm -rf chunks snapshots config
And this on the client: cd /where/the/repo/was/made sudo rm -rf .duplicacy
And it's gone.