2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-21 18:22:22 +00:00
restic/changelog/0.8.2_2018-02-17/pull-1564

11 lines
471 B
Plaintext
Raw Normal View History

2018-01-20 08:50:31 +00:00
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
2018-01-26 20:56:59 +00:00
https://github.com/restic/restic/pull/1588