#1632 PR closed
: blkid_uuid_of_device & blkid_label... simplified to lsblk¶
Labels: won't fix / can't fix / obsolete
ProBackup-nl opened issue at 2017-12-07 22:46:¶
instead of echo "$LINE" | grep "^LABEL=" | cut -d= -f2 | sed -e 's/"//g' | sed -e 's/ /\\b/g' etc
jsmeix commented at 2017-12-11 10:52:¶
Replacing 'blkid' with 'lsblk' is a backward incompatible change
because at least on SLES10 there is only 'blkid' but no 'lsblk'
so that this pull request belongs to
https://github.com/rear/rear/issues/1390
gdha commented at 2018-03-12 13:41:¶
@ProBackup-nl Good point, but as @jsmeix said we still have to carry older versions of Linux. For this reason we are declining this PR. However, when we decide to cut-over to v3.0 we might get rid of the older releases of Linux and then we are free to clean up the code.
jsmeix commented at 2018-03-13 09:08:¶
The next ReaR major version 3.0 would be really a good opportunity
for a "ReaR major version that does away with all the old stuff", cf.
https://github.com/rear/rear/issues/1390
[Export of Github issue for rear/rear.]