Just ran this again,
Running prune command from /cache/localhost/all
Options: [-log prune -storage STORAGE -id Unraid-Containers -keep 0:1 -keep 1:2]
2021-08-25 08:50:30.860 INFO STORAGE_SET Storage set to sftp://user@domain
2021-08-25 08:50:31.858 INFO RETENTION_POLICY Keep no snapshots older than 1 days
2021-08-25 08:50:52.371 INFO SNAPSHOT_DELETE Deleting snapshot Unraid-Containers at revision 67
2021-08-25 08:50:52.381 INFO SNAPSHOT_DELETE Deleting snapshot Unraid-Containers at revision 68
2021-08-25 08:50:52.389 INFO SNAPSHOT_DELETE Deleting snapshot Unraid-Containers at revision 69
2021-08-25 08:51:02.755 WARN CHUNK_FOSSILIZE Chunk 70748c566548a3e8d3ba47abfc21fab03283b237799cf100c14ad15a25676a93 is already a fossil
2021-08-25 08:51:02.927 WARN CHUNK_FOSSILIZE Chunk 45404e2111537fff747ab82ed1e93c01e448ca14e3c50eb224ec9e543d2f07e1 is already a fossil
While it was checking fossils, I ran
sftp> cd Unraid-Containers/
sftp> ls
67 68 69 70
sftp> rm 67
Removing /DUPLICACY/snapshots/Unraid-Containers/67
sftp> rm 68
Removing /DUPLICACY/snapshots/Unraid-Containers/68
sftp> rm 69
Removing /DUPLICACY/snapshots/Unraid-Containers/69
sftp> ls
70
sftp>
And we have completed the job “successfully”
2021-08-25 08:56:32.318 INFO FOSSIL_COLLECT Fossil collection 1 saved
2021-08-25 08:56:32.347 INFO SNAPSHOT_DELETE The snapshot Unraid-Containers at revision 67 has been removed
2021-08-25 08:56:32.387 INFO SNAPSHOT_DELETE The snapshot Unraid-Containers at revision 68 has been removed
2021-08-25 08:56:32.418 INFO SNAPSHOT_DELETE The snapshot Unraid-Containers at revision 69 has been removed
The job right after, for Databases the job failed as it states the file does not exist, yet this is not true and I did not delete the files manually this job.
Running prune command from /cache/localhost/all
Options: [-log prune -storage STORAGE -id Databases -keep 0:1800 -keep 30:180 -keep 7:30 -keep 1:7]
2021-08-25 08:56:32.778 INFO STORAGE_SET Storage set to sftp://user@domain
2021-08-25 08:56:34.187 INFO RETENTION_POLICY Keep no snapshots older than 1800 days
2021-08-25 08:56:34.187 INFO RETENTION_POLICY Keep 1 snapshot every 30 day(s) if older than 180 day(s)
2021-08-25 08:56:34.187 INFO RETENTION_POLICY Keep 1 snapshot every 7 day(s) if older than 30 day(s)
2021-08-25 08:56:34.187 INFO RETENTION_POLICY Keep 1 snapshot every 1 day(s) if older than 7 day(s)
2021-08-25 08:56:54.075 INFO FOSSIL_COLLECT Fossil collection 1 found
2021-08-25 08:56:54.075 INFO FOSSIL_POSTPONE Fossils from collection 1 can't be deleted because deletion criteria aren't met
2021-08-25 08:56:54.075 INFO SNAPSHOT_DELETE Deleting snapshot Databases at revision 27
2021-08-25 08:56:54.077 INFO SNAPSHOT_DELETE Deleting snapshot Databases at revision 28
2021-08-25 08:56:54.078 INFO SNAPSHOT_DELETE Deleting snapshot Databases at revision 29
2021-08-25 08:57:03.353 WARN CHUNK_FOSSILIZE Chunk 9426a0d1104494809d47ff5c136620f87c63184e70265b6a9fe3fc6769eda133 is already a fossil
2021-08-25 08:57:03.515 WARN CHUNK_FOSSILIZE Chunk 39a6b1be7f747097ec109d42a1208ea63575c34f8953e6aedbd8fbb690ecfea8 is already a fossil
2021-08-25 08:57:03.860 WARN CHUNK_FOSSILIZE Chunk 11e406b28f2e76e7f0d6b071fa19a8383cfb7c127aad0b754ddffcbe89b9f69c is already a fossil
2021-08-25 08:57:04.025 INFO FOSSIL_COLLECT Fossil collection 2 saved
2021-08-25 08:57:04.079 ERROR SNAPSHOT_DELETE Failed to delete the snapshot Databases at revision 27: file does not exist
Failed to delete the snapshot Databases at revision 27: file does not exist
sftp> cd Databases/
sftp> ls
1 22 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
55 56 57 58 59
sftp>