Hi,
One year ago (!!) I asked this question: 2 repositories in same target location : I have to juggle with config files to avoid "Chunk xxxxxxxxx can't be found"
I didn’t go through these steps because making a duplicate of my backups would have used way too much disk space.
Now I only would like to delete all files related to the backup created from a different storage.
To sum it up again:
- I have 3 backups in the same Google Drive folder.
- Backup1 and Backup2 share the same config file.
- Backup3 was created separately.
- I want to delete everything related to Backup3.
Using the relevant Backup3 config file I try to prune the snapshot (prune -id Backup3) but I get an error message. Apparently when I type this command Duplicacy is also trying to access the repo of Backup2. What would be the way to do what I want?
Thanks a lot!