ccztux / glsysbackup

:floppy_disk: glsysbackup is a feature rich (rotation, logging, encryption, renice, re-ionice,...etc.) bash backup script
GNU General Public License v3.0
12 stars 2 forks source link

Test signal propagation to all childs #102

Open ccztux opened 5 years ago

ccztux commented 5 years ago

Test signal propagation to all childs due to this change: 3cb66f0b17d928bc5ea42d9055d623ba2e557fb4

ccztux commented 4 years ago

The signal propagation to all childs doesnt work. To make it work its necessary to execute all binaries in background. This is an overkill, so we will implement this only for the tar command, which has the longest execution time.