Johannes Meixner
Johannes Meixner
@thomas-merz because your issue is on SLES15 SP6 and not on Artix Linux and because your issue is different than this issue here cf. https://github.com/rear/rear/issues/3362#issuecomment-2538226671 please open a new separated...
@rear/contributors the URL of this issue is ``` https://github.com/rear/rear/issues/3241 ``` while our normal ReaR issues have URLs like ``` https://github.com/rear/rear/issues/3238 ``` so this issue seems to be in a wrong...
Now I see: This one had been created under ``` https://github.com/rear/rear-issues/issues ``` I found https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository so I transferred it right now from ``` https://github.com/rear/rear-issues/issues ``` to ``` https://github.com/rear/rear/issues ```
@BobMCT see https://raw.githubusercontent.com/rear/rear/master/.github/ISSUE_TEMPLATE.md what information we usually need in issues to be able to understand what geos on. I guess you use OUTPUT=USB together with BACKUP=NETFS and BACKUP_URL=usb:// This method...
@BobMCT I think that my above analysis was wrong. Reason: At /tmp/rear-efi.XXXXXXXXXX the ESP gets mounted so it is not '/tmp/' on the system disk where there is no space...
@BobMCT to avoid generic problems when backup and ReaR recovery system are separated and to avoid problems with our imperfect USB code I would much recommend to follow the advice...
The generic issue is what to do when config variables changed, i.e. when config variables name or syntax or semantics changed. Examples: * Meaningless or misleading name changed to a...
@pcahyna regarding the ReaR 2.8 release where in current GitHub master code ReaR errors out for deprecated things (in a current `git clone https://github.com/rear/rear.git`): ``` # find usr/sbin/rear usr/share/rear/ -type...
@schlomo please keep this issue to what it originally is about (which I can fix). I cannot "by the way" redesign the whole (grown over long time) way how ReaR...
Found the cause of this bug: ``` eval $( grep '^BTRFS_SUBVOLUME_SLES_SETUP=' "$rescue_config_file" ) ``` was introduced by me on Jul 19 2019 via https://github.com/rear/rear/commit/b2be35bbb3a3764abb1fc5897ab55df4459fce2a Later on Apr 17 2020 ```...