From 5a43ca1ccb63910276b9ac9ad28b511bd10ba68b Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 20 Jan 2018 09:50:31 +0100 Subject: [PATCH] Add entry to CHANGELOG --- changelog/0.8.2/pull-1564 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/0.8.2/pull-1564 diff --git a/changelog/0.8.2/pull-1564 b/changelog/0.8.2/pull-1564 new file mode 100644 index 000000000..1b6288d28 --- /dev/null +++ b/changelog/0.8.2/pull-1564 @@ -0,0 +1,9 @@ +Enhancement: Don't terminate ssh on SIGINT + +We've reworked the code which runs the `ssh` login for the sftp backend so that +it can prompt for a password (if needed) but does not exit when the user +presses CTRL+C (SIGINT) e.g. during backup. This allows restic to properly shut +down when it receives SIGINT and remove the lock file from the repo, afterwards +exiting the `ssh` process. + +https://github.com/restic/restic/pull/1564