Hi all,
I’m seeing errors when I run restic check
or restic rebuild-index
but running a backup, listing snapshots and restoring works fine. Is this something I should worry about (it seems so!) and is there anything I can do to recover this backup or do I need to start fresh?
The errors I’m seeing are:
❯ restic -r /Volumes/backup check
using temporary cache in /var/folders/8c/ydz8t7md7pz7gy6k4f3dlgww0000gn/T/restic-check-cache-127483548
repository d5249c9e opened successfully, password is correct
created new cache in /var/folders/8c/ydz8t7md7pz7gy6k4f3dlgww0000gn/T/restic-check-cache-127483548
create exclusive lock for repository
load indexes
check all packs
List(data) returned error, retrying after 552.330144ms: fdopendir: not a directory
List(data) returned error, retrying after 1.080381816s: fdopendir: not a directory
List(data) returned error, retrying after 1.31013006s: fdopendir: not a directory
List(data) returned error, retrying after 1.582392691s: fdopendir: not a directory
List(data) returned error, retrying after 2.340488664s: fdopendir: not a directory
List(data) returned error, retrying after 4.506218855s: fdopendir: not a directory
List(data) returned error, retrying after 3.221479586s: fdopendir: not a directory
List(data) returned error, retrying after 5.608623477s: fdopendir: not a directory
List(data) returned error, retrying after 7.649837917s: fdopendir: not a directory
List(data) returned error, retrying after 15.394871241s: fdopendir: not a directory
fdopendir: not a directory
pack a60f308d: does not exist
pack 2ba4128f: does not exist
pack 6bf9239d: does not exist
pack 7aa392f5: does not exist
.
.
.
I’m on a macOS (11.2.1), the backup is running to an external SSD and restic version
gives restic 0.12.0 compiled with go1.15.7 on darwin/amd64
.
Many thanks!