Hello, sorry for maybe already answered question, but I’m not sure how to proceed.
Today I completed upload of backup to WebDAV on Synology over internet,
sadly check is showing up error chunks referenced by some snapshots do not exist in the storage:
Running check command from C:\Users\user/.duplicacy-web/repositories/localhost/all Options: [-log check -storage storagename -a -a -tabular] 2018-12-27 17:37:13.950 INFO STORAGE_SET Storage set to webdav://account@domain:5006/folder 2018-12-27 17:37:15.164 INFO SNAPSHOT_CHECK Listing all chunks 2018-12-27 17:37:30.338 INFO SNAPSHOT_CHECK 1 snapshots and 1 revisions 2018-12-27 17:37:30.341 INFO SNAPSHOT_CHECK Total chunk size is 139,166M in 28963 chunks 2018-12-27 17:37:31.175 WARN SNAPSHOT_VALIDATE Chunk e95452ef2e8de8e44353a035f00a553e121566f59e1f11318cc8f5bcd7fbf0cb referenced by snapshot Y at revision 1 does not exist 2018-12-27 17:37:31.188 WARN SNAPSHOT_VALIDATE Chunk 00521b24c76e7a8be61b063435e3fbbb86ce701c8e49a52028afbb5d55c199fd referenced by snapshot Y at revision 1 does not exist 2018-12-27 17:37:31.211 WARN SNAPSHOT_CHECK Some chunks referenced by snapshot Y at revision 1 are missing 2018-12-27 17:37:31.211 ERROR SNAPSHOT_CHECK Some chunks referenced by some snapshots do not exist in the storage
I did try to search for those files (even with parts of file names and wildcard) but there are not there.
And I sadly did not have enabled WebDAV loging on Synology
I already created copy of backup folder on Synology, so I’m able to experiment:)
But I do not know how to proceed, I would like to continue the backup without reupload.
I think I can’t remove last revision without -exclusive , but -exclusive will delete all uploaded data?
What can I do please?
Can i somehow delete revision 1 without deleting all uploaded data?
Thanks