how to remove backup chains?

Ovidiu     Aug 11 8:35AM 2016

After having done a few tests, I would like to delete all backup chains I created with these tests. is it enough to simply physically delete them from the corresponding storage?


gchen    Aug 11 9:39AM 2016

To delete all backups, remove everything under the snapshots and chunks folder.

Otherwise, you may need to run the Duplicacy CLI version from the command line and use the prune command with the -exclusive option. The exclusive option assumes no other backups are in progress so it will not invoke the two-step fossil collection algorithm and instead delete unreferenced chunks immediately.


Ovidiu    Aug 12 1:32AM 2016

Thanks!