fdupoux / fsarchiver

file system archiver for linux
http://www.fsarchiver.org
GNU General Public License v2.0
249 stars 41 forks source link

Handle termination by signal in exec_command() #127

Closed marcosfrm closed 1 year ago

marcosfrm commented 1 year ago

Otherwise programs killed by signals will be treated as cleanly exited.

Use shell exit code convention (128 + signal number).