You could also send a SIGABRT
signal to restic. Then the go runtime will abort and print a stacktrace of all running goroutines. That would help with debugging the hang.
You could also send a SIGABRT
signal to restic. Then the go runtime will abort and print a stacktrace of all running goroutines. That would help with debugging the hang.