#1645 PR merged: Simplified TSM dsmc restore (issue 1534)

Labels: enhancement, cleanup, fixed / solved / done

jsmeix opened issue at 2017-12-12 15:58:

Removed the overcomplicated way how
the "dsmc restore" command is called in
restore/TSM/default/400_restore_with_tsm.sh
and call it as

dsmc restore ... 0<&6 1>&7 2>&8

in compliance with "What to do with stdin, stdout, and stderr" in
https://github.com/rear/rear/wiki/Coding-Style

schabrolles commented at 2017-12-12 18:18:

@jsmeix, looks good to me, If I have time, I'll test it tomorrow

jsmeix commented at 2017-12-13 11:12:

@schabrolles
please have another look if it is still o.k. because
I added a user information when 'dsmc restore' finished
with non-zero exit code.

schabrolles commented at 2018-01-09 15:46:

@jsmeix just tested with sles12 ... still OK :)


[Export of Github issue for rear/rear.]