github.com/mckael/restic@v0.8.3/changelog/0.7.2_2017-09-13/pull-1191 (about) 1 Bugfix: Make sure to write profiling files on interrupt 2 3 Since a few releases restic had the ability to write profiling files for memory 4 and CPU usage when `debug` is enabled. It was discovered that when restic is 5 interrupted (ctrl+c is pressed), the proper shutdown hook is not run. This is 6 now corrected. 7 8 https://github.com/restic/restic/pull/1191