pcahyna
pcahyna
I meant, get rid of the archive, not of the functionality.
` -- --rsync-options="--no-owner --no-group"` I am afraid that AI has made that up.
Please show your local.conf file (without any passwords / secrets of course)
@scook207 ``` BACKUP=NETFS BACKUP_PROG=rsync ``` I see, not sure if there is some rsync trick to make it work under such conditions (you can try `--fake-super`, but you will need...
I am afraid that there is confusion in the USB code regarding the usage of `BACKUP_URL` vs. `OUTPUT_URL`, so using different disks for output and backup may have issues. https://github.com/rear/rear/pull/3102#issuecomment-1850236912
> Found the cause of this bug: > > ``` > eval $( grep '^BTRFS_SUBVOLUME_SLES_SETUP=' "$rescue_config_file" ) > ``` > > was introduced by me on Jul 19 2019 via...
> `adding SELinux utilities to the rescue system` > happens via PROGS and not via REQUIRED_PROGS. > Is this intentional? If yes, why? > I think, when it was autodetected...
Regarding YUM: I will check what the variable does, but IIRC it saves the contexts entirely independently of the script under RSYNC and thus the symlink is not needed. In...
@jsmeix IIRC SLES now uses SELinux as well - can you test the change on SLES, please? Ideally with `BACKUP_SELINUX_DISABLE=0`.
> `ZYPPER` : seems to be not used in practice, zero user reports, zero issues And what about `YUM`? This and `ZYPPER` seem to be quite similar.