One of my computers is reporting “Missing Chunks” after each Check. I currently have the computer configured to complete a backup every 2 hours followed by a check.
Full error from logs:
Running check command from C:\ProgramData/.duplicacy-web/repositories/localhost/all
Options: [-log check -storage OneDrive-Laptop -a -tabular]
2021-08-13 12:01:31.006 INFO STORAGE_SET Storage set to odb://Duplicacy/Jadog
2021-08-13 12:01:32.372 INFO SNAPSHOT_CHECK Listing all chunks
2021-08-13 12:04:05.694 INFO SNAPSHOT_CHECK 4 snapshots and 19 revisions
2021-08-13 12:04:05.694 INFO SNAPSHOT_CHECK Total chunk size is 41,815M in 10322 chunks
2021-08-13 12:04:05.727 INFO SNAPSHOT_CHECK All chunks referenced by snapshot SurfaceBook at revision 1 exist
2021-08-13 12:04:05.776 INFO SNAPSHOT_CHECK All chunks referenced by snapshot SurfaceBook at revision 23 exist
2021-08-13 12:04:05.815 INFO SNAPSHOT_CHECK All chunks referenced by snapshot SurfaceBook at revision 25 exist
2021-08-13 12:04:05.849 INFO SNAPSHOT_CHECK All chunks referenced by snapshot SurfaceBook at revision 29 exist
2021-08-13 12:04:05.871 INFO SNAPSHOT_CHECK All chunks referenced by snapshot SurfaceBook at revision 35 exist
2021-08-13 12:04:05.894 INFO SNAPSHOT_CHECK All chunks referenced by snapshot SurfaceBook at revision 40 exist
2021-08-13 12:04:06.080 WARN SNAPSHOT_VALIDATE Chunk e2744bcc7c1ba12785044e27cb06edcfcefc26e50e7b8c78516cd0267f306785 referenced by snapshot SurfaceBook at revision 47 does not exist
2021-08-13 12:04:06.083 WARN SNAPSHOT_CHECK Some chunks referenced by snapshot SurfaceBook at revision 47 are missing
2021-08-13 12:04:06.249 WARN SNAPSHOT_VALIDATE Chunk e2744bcc7c1ba12785044e27cb06edcfcefc26e50e7b8c78516cd0267f306785 referenced by snapshot SurfaceBook at revision 48 does not exist
2021-08-13 12:04:06.250 WARN SNAPSHOT_CHECK Some chunks referenced by snapshot SurfaceBook at revision 48 are missing
2021-08-13 12:04:06.994 WARN SNAPSHOT_VALIDATE Chunk e2744bcc7c1ba12785044e27cb06edcfcefc26e50e7b8c78516cd0267f306785 referenced by snapshot SurfaceBook at revision 49 does not exist
2021-08-13 12:04:06.995 WARN SNAPSHOT_CHECK Some chunks referenced by snapshot SurfaceBook at revision 49 are missing
2021-08-13 12:04:06.999 INFO SNAPSHOT_CHECK All chunks referenced by snapshot HomePC at revision 1 exist
2021-08-13 12:04:07.004 INFO SNAPSHOT_CHECK All chunks referenced by snapshot HomePC at revision 25 exist
2021-08-13 12:04:07.008 INFO SNAPSHOT_CHECK All chunks referenced by snapshot HomePC at revision 41 exist
2021-08-13 12:04:07.013 INFO SNAPSHOT_CHECK All chunks referenced by snapshot HomePC at revision 65 exist
2021-08-13 12:04:07.018 INFO SNAPSHOT_CHECK All chunks referenced by snapshot HomePC at revision 67 exist
2021-08-13 12:04:07.041 INFO SNAPSHOT_CHECK All chunks referenced by snapshot HomePC_Desktop at revision 1 exist
2021-08-13 12:04:07.061 INFO SNAPSHOT_CHECK All chunks referenced by snapshot HomePC_Desktop at revision 28 exist
2021-08-13 12:04:07.080 INFO SNAPSHOT_CHECK All chunks referenced by snapshot HomePC_Desktop at revision 49 exist
2021-08-13 12:04:07.120 INFO SNAPSHOT_CHECK All chunks referenced by snapshot HomePC_Desktop at revision 80 exist
2021-08-13 12:04:07.145 INFO SNAPSHOT_CHECK All chunks referenced by snapshot HomePC_Desktop at revision 82 exist
2021-08-13 12:04:07.145 ERROR SNAPSHOT_CHECK Some chunks referenced by some snapshots do not exist in the storage
Some chunks referenced by some snapshots do not exist in the storage
I installed Duplicacy first on my server where I configured the “Purge -all” command to take place weekly. From reading the documentation, it appears to be best to have this purge run on only a single computer to purge for all backups on my network. Is it possible that I’m encountering that message because the purge doesn’t run from this computer?
How do I fix and prevent from happening again?