#2261 PR merged
: Enhanced AUTOEXCLUDE_PATH /media /run /mnt and /tmp¶
Labels: enhancement
, fixed / solved / done
jsmeix opened issue at 2019-10-24 12:49:¶
This pull request supersedes https://github.com/rear/rear/pull/2244
-
Type: Enhancement
-
Impact: Low
-
Reference to related issue (URL):
https://github.com/rear/rear/issues/2239 -
How was this pull request tested?
I used a test system with a separated ext2 filesystem on /tmp
cf.
https://github.com/rear/rear/issues/2239#issuecomment-538647867
With AUTOEXCLUDE_PATH=( /media /run /mnt /tmp )
I still got in disklayout.conf the ext2 filesystem on /tmp
which is the intended behaviour.
- Brief description of the changes in this pull request:
Enhanced AUTOEXCLUDE_PATH in default.conf
from only AUTOEXCLUDE_PATH=( /media )
to AUTOEXCLUDE_PATH=( /media /run /mnt /tmp )
plus explanatory comment in default.conf
how AUTOEXCLUDE_PATH works.
[Export of Github issue for rear/rear.]