I wanted to copy some snapshots from one repository to another one. For most snapshots it worked, but for some I got the following error:
repository d25693d6 opened (version 2, compression level auto)
repository c82d1b4a opened (version 2, compression level auto)
snapshot b31e8380 of [D:\Pictures] at 2023-01-06 00:11:33.705937 +0100 CET)
copy started, this may take a while...
[0:28] 26.20% 93 / 355 packs copied
ciphertext verification failed
github.com/restic/restic/internal/crypto.init
/restic/internal/crypto/crypto.go:30
runtime.doInit
/usr/local/go/src/runtime/proc.go:6329
runtime.doInit
/usr/local/go/src/runtime/proc.go:6306
runtime.doInit
/usr/local/go/src/runtime/proc.go:6306
runtime.doInit
/usr/local/go/src/runtime/proc.go:6306
runtime.main
/usr/local/go/src/runtime/proc.go:233
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1594
StreamPack
github.com/restic/restic/internal/repository.streamPackPart
/restic/internal/repository/repository.go:985
github.com/restic/restic/internal/repository.StreamPack
/restic/internal/repository/repository.go:877
github.com/restic/restic/internal/repository.repack.func2
/restic/internal/repository/repack.go:80
golang.org/x/sync/errgroup.(*Group).Go.func1
/home/build/go/pkg/mod/golang.org/x/sync@v0.1.0/errgroup/errgroup.go:75
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1594
Can someone please help me what to do.