#1646 PR closed
: Allow TSM_DSMC_RESTORE_OPTIONS to be also set via export¶
Labels: enhancement
, won't fix / can't fix / obsolete
jsmeix opened issue at 2017-12-13 13:52:¶
Now TSM_DSMC_RESTORE_OPTIONS is only set
to an empty array in default.conf when it is not already set
so that the user can set it on command line via
export TSM_DSMC_RESTORE_OPTIONS=( ... )
directly before he calls "rear recover", cf.
https://github.com/rear/rear/issues/1534#issuecomment-351368461
jsmeix commented at 2017-12-13 17:13:¶
Sigh!
It is not possible to export an array, cf.
https://stackoverflow.com/questions/5564418/exporting-an-array-in-bash-script
[Export of Github issue for rear/rear.]