Johannes Meixner
Johannes Meixner
* Type: **Bug Fix** * Impact: **Normal** * Reference to related issue (URL): https://github.com/rear/rear/pull/3047#discussion_r2238624740 * How was this pull request tested? Not yet tested, see https://github.com/rear/rear/pull/3047#discussion_r2251699696 * Description of the...
### Platform Linux x64 ### Issue description: During testing of https://github.com/rear/rear/pull/3455 I noticed that "rear mkbackuponly" may create inconsistencies in var/lib/rear/layout/ in particular that the content in var/lib/rear/layout/disktodo.conf does no...
### ReaR version current master code ### Describe the ReaR bug in detail When there is a secret in an array 001_verify_config_arrays.sh leaks it. For my test have in local.conf...
What the current state is in general (except possible exceptions for a few specific cases): Current MIGRATION_MODE migrates disk device names only in "layout" files like disklayout.conf but not in...
By accident I found at least one case where ReaR autmatisms overwrite sacrosanct user specified values: See https://github.com/rear/rear/pull/3471#discussion_r2100254872 Fullquote of that comment: --- I found one case where disk mappings...
Disk mappings should be also applied to user configuration values. See https://github.com/rear/rear/pull/3471#discussion_r2099970464 ``` Is it the device node in the original system or in the rescue system? I.e. is it...
See https://github.com/rear/rear/issues/3238#issuecomment-2551305334 excerpt ``` # make dist OFFICIAL=1 && echo OK || echo FAILED ... OK # git ls-files . --ignored --exclude-standard --others dist/rear-2.7.tar.gz ``` usr/share/rear/skel/default/root/.vimrc is not in dist/rear-2.7.tar.gz...
* ReaR version ("/usr/sbin/rear -V"): current GitHub master code * ReaR configuration files ("cat /etc/rear/site.conf" and/or "cat /etc/rear/local.conf"): see https://github.com/rear/rear/wiki/Test-Matrix-ReaR-2.8#sles-15-sp-6-with-raid1-and-luks-encryption-and-lvm-and-default-btrfs-structure * Hardware vendor/product (PC or PowerNV BareMetal or ARM) or...
In current master code https://github.com/rear/rear/blob/master/Makefile#L58 ``` obsproject = Archiving:Backup:Rear:Snapshot ``` but this OBS project is meanwhile removed. Because 'obsproject = Archiving:Backup:Rear:Snapshot' is used if "Not official build" this issue should...