I have hourly backup scheduled.
I’ve started duplicacy prune -exhaustive -a
on the same storage, which ran for 15 hours nonstop and got rid of over 20 thousand chunks.
After that I ran check. Turned out, all 15 recent backups had missing chunks.
Does the -exhaustive flag imply exclusivity as well?
Edit. There seem to be a lot more revisions affected… check is still running and complaining as it goes.
Edit2. Something is horribly wrong here.
I’m trying to delete snapshots that fall check:
-log -d prune -storage Rabbit -r 64 -r 74 -r 82 -r 91 -r 480-598 -r 720-723 -r 735-740
,
duplicacy enumerates snapshots, those do exist in the target storage:
2021-08-06 22:24:41.750 TRACE SNAPSHOT_LIST_IDS Listing all snapshot ids
2021-08-06 22:24:42.119 TRACE SNAPSHOT_LIST_REVISIONS Listing revisions for snapshot obsidian-users
2021-08-06 22:24:44.088 DEBUG DOWNLOAD_FILE Downloaded file snapshots/obsidian-users/1
2021-08-06 22:24:45.251 DEBUG DOWNLOAD_FILE Downloaded file snapshots/obsidian-users/3
2021-08-06 22:24:46.446 DEBUG DOWNLOAD_FILE Downloaded file snapshots/obsidian-users/64
2021-08-06 22:24:47.774 DEBUG DOWNLOAD_FILE Downloaded file snapshots/obsidian-users/68
2021-08-06 22:24:49.208 DEBUG DOWNLOAD_FILE Downloaded file snapshots/obsidian-users/74
2021-08-06 22:24:50.380 DEBUG DOWNLOAD_FILE Downloaded file snapshots/obsidian-users/82
2021-08-06 22:24:51.562 DEBUG DOWNLOAD_FILE Downloaded file snapshots/obsidian-users/91
...
2021-08-06 22:30:47.920 DEBUG DOWNLOAD_FILE Downloaded file snapshots/obsidian-users/745
2021-08-06 22:30:47.921 INFO SNAPSHOT_NONE No snapshot to delete
And that’s it. It does nothing.
What happened here? (I did delete the local cache, no difference)