-
Notifications
You must be signed in to change notification settings - Fork 1.7k
restic dies unexpectedly after some 8.5 GiB #298
Description
Hi, Sorry it's me again with yet another problem. I have tried to backup data from one disk to another. Both disk are installed in my standard PC, running wheezy on an amd64 architecture. This is what I got:
scanned 21151 directories, 203251 files in 0:22
Getötet 3.71% 3.640 MiB/s 8.501 GiB / 229.098 GiB 10497 / 224402 items 0 errors ETA 17:14:22
I started the same process again and got nearly the same output but obviously not with the same file (10497 vs 10495):
scanned 21151 directories, 203251 files in 0:22
Getötet 3.69% 3.736 MiB/s 8.454 GiB / 229.098 GiB 10495 / 224402 items 0 errors ETA 16:47:58
Observations:
restic process was eating a lot of CPU usage when it ran.
Destination (and source if of interest) disk have plenty of free space.
Should I try to run restic in debug mode and go through the output manually? I've not done that yet and wonder wether the output in the debugging file would be self-explanatory to me.
Thanks.