I have a local storage from which selected snapshots are copied to a B2 storage. Prune commands log messages such as these:
Running prune command from /share/CACHEDEV1_DATA/.qpkg/Duplicacy/.duplicacy-web/repositories/localhost/all
Options: [-log prune -storage NAS0 -id Duplicacy-config -keep 0:365 -keep 7:90 -keep 1:7]
2020-12-16 14:34:28.589 INFO STORAGE_SET Storage set to /share/TR-004/Duplicacy/storage
2020-12-16 14:34:28.594 INFO RETENTION_POLICY Keep no snapshots older than 365 days
2020-12-16 14:34:28.594 INFO RETENTION_POLICY Keep 1 snapshot every 7 day(s) if older than 90 day(s)
2020-12-16 14:34:28.594 INFO RETENTION_POLICY Keep 1 snapshot every 1 day(s) if older than 7 day(s)
2020-12-16 14:35:19.045 INFO SNAPSHOT_NONE No snapshot to delete
Running prune command from /share/CACHEDEV1_DATA/.qpkg/Duplicacy/.duplicacy-web/repositories/localhost/all
Options: [-log prune -storage Backblaze-B2 -id Duplicacy-config -keep 0:365 -keep 7:90 -keep 1:7]
2020-12-16 14:38:17.041 INFO STORAGE_SET Storage set to b2://kgorlen-NAS0
2020-12-16 14:38:17.447 INFO BACKBLAZE_URL download URL is: https://f000.backblazeb2.com
2020-12-16 14:38:18.159 INFO RETENTION_POLICY Keep no snapshots older than 365 days
2020-12-16 14:38:18.159 INFO RETENTION_POLICY Keep 1 snapshot every 7 day(s) if older than 90 day(s)
2020-12-16 14:38:18.159 INFO RETENTION_POLICY Keep 1 snapshot every 1 day(s) if older than 7 day(s)
2020-12-16 14:38:38.724 INFO FOSSIL_COLLECT Fossil collection 1 found
2020-12-16 14:38:38.724 INFO SNAPSHOT_INACTIVE Ignore snapshot Keith-Archive whose last revision was created 7 days ago
2020-12-16 14:38:38.724 INFO SNAPSHOT_INACTIVE Ignore snapshot Household-Archive whose last revision was created 7 days ago
2020-12-16 14:38:38.724 INFO SNAPSHOT_INACTIVE Ignore snapshot Joint-Archive whose last revision was created 7 days ago
2020-12-16 14:38:38.724 INFO SNAPSHOT_INACTIVE Ignore snapshot Carol-Archive whose last revision was created 7 days ago
2020-12-16 14:38:38.725 INFO FOSSIL_POSTPONE Fossils from collection 1 can't be deleted because deletion criteria aren't met
2020-12-16 14:38:38.725 INFO SNAPSHOT_NONE No snapshot to delete
First,the SNAPSHOT_INACTIVE messages are incorrect because all the listed snapshots have last revisions created over one month ago.
Second, what is causing the FOSSIL_POSTPONE message and how do I fix it?