Hi,
Currently getting an issue to prune
I ran the check to see and this is what i get ( had to cut alot of pack 35f11a2f: not referenced in any index)
1387 additional files were found in the repo, which likely contain duplicate data.
You can run `restic prune` to correct this.
check snapshots, trees and blobs
no errors were found
This is the error when prunning
counting files in repo
building new index for repo
[12:03] 100.00% 41107 / 41107 packs
repository contains 41107 packs (518611 blobs) with 192.556 GiB
processed 518611 blobs: 23264 duplicate blobs, 6.349 GiB duplicate
load all snapshots
find data that is still in use for 90 snapshots
[7:50] 100.00% 90 / 90 snapshots
found 474050 of 518611 data blobs still in use, removing 44561 blobs
will remove 0 invalid files
will delete 842 packs and rewrite 3429 packs, this frees 13.495 GiB
hash does not match id: want 28802ae5cf4bea45a0acdda16d399eb6a429299b51835a203c151d63fb910734, got bb42da9ed12c3e2e3b54ae73de5322401209f8adceda5255d59d3f620ac25226
github.com/restic/restic/internal/repository.Repack
/restic/internal/repository/repack.go:34
main.pruneRepository
/restic/cmd/restic/cmd_prune.go:278
main.runPrune
/restic/cmd/restic/cmd_prune.go:85
main.glob..func18
/restic/cmd/restic/cmd_prune.go:25
github.com/spf13/cobra.(*Command).execute
/restic/vendor/github.com/spf13/cobra/command.go:762
github.com/spf13/cobra.(*Command).ExecuteC
/restic/vendor/github.com/spf13/cobra/command.go:852
github.com/spf13/cobra.(*Command).Execute
/restic/vendor/github.com/spf13/cobra/command.go:800
main.main
/restic/cmd/restic/main.go:86
runtime.main
/usr/local/go/src/runtime/proc.go:200
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1337
WARNING!
[prune] failed; exit code 1
Then checked it with the sha256sum
root@mail:~# sha256sum /media/backupnas/data/28/28802ae5cf4bea45a0acdda16d399eb6a429299b51835a203c151d63fb910734
bb42da9ed12c3e2e3b54ae73de5322401209f8adceda5255d59d3f620ac25226 /media/backupnas/data/28/28802ae5cf4bea45a0acdda16d399eb6a429299b51835a203c151d63fb910734
So my question is how could i fix this?
Thank you