#2334 PR merged: Home directory of root user is not hard-coded any more.

Labels: enhancement, cleanup, fixed / solved / done

gozora opened issue at 2020-02-18 20:59:

  • Type: Enhancement

  • Impact: Normal

  • Reference to related issue (URL): #2331

  • How was this pull request tested?
    Full backup/restore with:

    • root home directory set to /root
    • root home directory set to /root/home/root
  • Brief description of the changes in this pull request:
    This patch removes hard-coded location of root home directory (/root) from ReaR code, and replaces it with global configuration variable ROOT_HOME_DIR. This allows to correctly track home directory of root user even when a non-default location is used.

gozora commented at 2020-02-19 10:48:

Hello @jsmeix

Thanks, I'll fix that, too!

V.


[Export of Github issue for rear/rear.]