I have a very old duplicacy datastore from an old Mac which did not change for a very long time, and it only gets pruned from time to time.
me@Tuchka:/volume1/Backups/duplicacy/snapshots/me-imac$ ls -alt
total 20
drwxrwxrwx+ 1 me users 36 Oct 23 2019 .
drwxrwxrwx+ 1 me users 88 Jan 3 2019 ..
-rwxrwxrwx+ 1 me users 2072 Jul 12 2018 2094
-rwxrwxrwx+ 1 me users 2476 Jun 17 2018 1803
-rwxrwxrwx+ 1 me users 2342 May 12 2018 1257
-rwxrwxrwx+ 1 me users 2476 Apr 5 2018 860
-rwxrwxrwx+ 1 me users 1674 Feb 28 2018 146
This is what I see when I run prune over sftp:
me@obsidian ~ % duplicacy prune -keep 31:360 -keep 7:90 -keep 1:14 -a
Storage set to sftp://me@synology.nas//Backups/duplicacy
Keep 1 snapshot every 31 day(s) if older than 360 day(s)
Keep 1 snapshot every 7 day(s) if older than 90 day(s)
Keep 1 snapshot every 1 day(s) if older than 14 day(s)
Fossil collection 1 found
Ignore snapshot me-imac whose last revision was created 7 days ago
Ignore snapshot users-imac whose last revision was created 7 days ago
Fossils from collection 1 can't be deleted because deletion criteria aren't met
No snapshot to delete
I don’t understand what does Ignore snapshot me-imac whose last revision was created 7 days ago
mean since its literal meaning does not reconcile with reality.
Duplicacy version 2.5.1 (51CBF7)