I’m trying to delete one copy of vm made vertical backup.
Duplicacy I have on linux initiated by example
mkdir repo,
cd repo
…/duplicacy init repo sftp://user@ip/VMs
…/duplicacy prune -id vm1@esxi6 -r 1
received message: Deleting snapshot vm1@esxi6 at revision 1
and instead of deleting the repository on sftp, the chunks from sftp are copied in the repo / .duplicacy / cache directory.
What am I doing wrong?