mirror of
https://github.com/octoleo/restic.git
synced 2025-01-31 02:48:30 +00:00
Add entry to CHANGELOG
This commit is contained in:
parent
200415e0a1
commit
5a43ca1ccb
9
changelog/0.8.2/pull-1564
Normal file
9
changelog/0.8.2/pull-1564
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user