Johannes Meixner
Johannes Meixner
@fadamo thank you even more for also posting the Red Hat solution! I had assumed those RPMs are from Veritas and not from Red Hat which is why I _also_...
On first glance the Red Hat solution looks unexpected ``` /dev/vx/* /dev/dmpconfig/* /dev/dmpconfig /dev/vx/dmpconfig ``` because it seems it does not match your exclusion list ``` dev/vx dev/dmpconfig ``` The...
@guru4712 could you describbe in more detail what you mean with ``` There are 2 other identical servers. When trying to boot either, - GRUB starts; - choose "unsecure boot"...
I see right now that it had worked this way for me, see https://github.com/rear/rear/pull/2829 therein https://github.com/rear/rear/pull/2829#issuecomment-1166925033 but I do not use Secure Boot.
@guru4712 I suggest you may read through the whole https://github.com/rear/rear/pull/2829 because that lists my BIOS and UEFI (without Secure Boot) dual boot experience. Perhaps you notice some difference between how...
Let's keep this issue to "Let ReaR deal with LVM VGs without LVs" in the same way as we did it for https://github.com/rear/rear/issues/2596 via https://github.com/rear/rear/pull/2603 For the separated question what...
@pcahyna regarding your above https://github.com/rear/rear/issues/2853#issuecomment-1250063689 In general we do not know in ReaR what files are in the backup. In particular not for alomst all non-internal backup methods because ReaR...
Currently EXTERNAL_IGNORE_ERRORS is meant only for BACKUP=EXTERNAL according to how it is described in default.conf currently online starting at https://github.com/rear/rear/blob/master/usr/share/rear/conf/default.conf#L2834 So what is needed is an enhancemnet for the BACKUP=RSYNC...
With https://github.com/rear/rear/pull/2872 there should be now a better (i.e. less misleading) description of the BACKUP=EXTERNAL config variables in default.conf.
I added @gdha because according to the git log -p --follow usr/share/rear/layout/save/GNU/Linux/220_lvm_layout.sh output layout/save/GNU/Linux/220_lvm_layout.sh was initially creted by @gdha via https://github.com/rear/rear/commit/c7b79dd8ed4f3c653e223fee482feb740edea7a4 that already uses `:` as filed separator but the...