Okay. I rclone’d over my local repo, and started over. This time instead of rebuild-index and prune both, I just ran rebuild-index. Then check. Now I essentially have two errors:
repository 24344e18 opened successfully, password is correct
created new cache in /var/folders/lj/z4b97q0n1wb64qrrb0rnnrbw0000gn/T/restic-check-cache-546465070
create exclusive lock for repository
load indexes
check all packs
pack d596975c: not referenced in any index
pack 416036aa: not referenced in any index
pack dbcc1edf: not referenced in any index
pack af6474b3: not referenced in any index
pack e7551bb9: not referenced in any index
pack a6615050: not referenced in any index
pack b707cc9f: not referenced in any index
pack b87e1eda: not referenced in any index
pack fa169b6b: not referenced in any index
9 additional files were found in the repo, which likely contain duplicate data.
You can runrestic pruneto correct this.
check snapshots, trees and blobs
error for tree 8d225dfa:
id 8d225dfa7ce38645ef026e5b8314b6475d65c2d7f1f6e6edd9b00778b73ee794 not found in repository
error for tree 786a54f4:
tree 786a54f4: file “2020-07-13 10.23.06.jpg” blob 2 size could not be found
tree 786a54f4: file “2020-07-13 10.23.06.jpg” blob 3 size could not be found
tree 786a54f4: file “2020-07-13 19.08.24.jpg” blob 0 size could not be found
tree 786a54f4: file “2020-07-13 19.08.24.jpg” blob 1 size could not be found
tree 786a54f4, blob dce4b0d9: not found in index
tree 786a54f4, blob f870a0d3: not found in index
tree 786a54f4, blob b8591f64: not found in index
tree 786a54f4, blob a5a9c2a3: not found in index
read all data
[9:16:04] 100.00% 223668 / 223668 packs
Fatal: repository contains errors
akrabu@akrabu-macbook-air ~ % restic -r /Volumes/Archive/Backup/restic-repo/ find --tree
8d225dfa 786a54f4
repository 24344e18 opened successfully, password is correct
Found tree 786a54f469ff29ac043b21b9116f12867cae175e7db84097a219f2597488a5db
… path /C/Users/Herb/Dropbox/Camera Uploads
… in snapshot 4ae87449 (2020-07-27 10:41:49)
Unable to load tree 8d225dfa7ce38645ef026e5b8314b6475d65c2d7f1f6e6edd9b00778b73ee794
… which belongs to snapshot 6afeb332bf6b9c880cf71eab20791b5812750bc46bd06b66a4c79e57f5
5395f4.
restic stats -r /Volumes/Archive/Backup/restic-repo/
akrabu@akrabu-macbook-air ~ % restic stats -r /Volumes/Archive/Backup/restic-repo/
repository 24344e18 opened successfully, password is correct
scanning…
walking tree 8d225dfa7ce38645ef026e5b8314b6475d65c2d7f1f6e6edd9b00778b73ee794: id 8d225df
a7ce38645ef026e5b8314b6475d65c2d7f1f6e6edd9b00778b73ee794 not found in repository
Okay I forgot 6afeb332 and 4ae87449. Let’s see what check --read-data does this time.