Johannes Meixner
Johannes Meixner
@schlomo please be patient. There is zero time pressure here. Basically nobody uses '-c' or '-C' plus 'automatic/auto_recover' or 'unattended' because the current state is since it was introduced and...
The primary use case for '-C' as described in https://github.com/rear/rear/blob/master/doc/user-guide/11-multiple-backups.adoc is to specify things in ``` /etc/rear/local.conf /etc/rear/basic_system.conf /etc/rear/home_backup.conf /etc/rear/opt_backup.conf ``` then run on the original system ``` # rear...
@schlomo I think why your proposal https://github.com/rear/rear/issues/2942#issuecomment-1439021298 cannot work in general is that according to your ``` again load the same files that had been loaded successfully ``` it seems...
I have an idea how to make a sequence of recovery commands possible with 'automatic/auto_recover' and 'unattended' modes but that won't happen automatically but must be setup manually by the...
Mainly for my own information: How to wait for several simultaneously running background jobs and show some info what happened to them: ``` # ( sleep 1 ; echo 1...
To avoid that it gets forgotten where it currently is here a copy from https://github.com/rear/rear/pull/3070#discussion_r1397363473 ``` ... I am thinking about a new RECOVERY_COMMANDS array to specify the command(s) that...
I will document how to use RECOVERY_COMMANDS when '-C' is used for "Using Multiple Backups for Relax-and-Recover" https://github.com/rear/rear/blob/master/doc/user-guide/11-multiple-backups.adoc Regarding '-c' see my current (mis?)understanding https://github.com/rear/rear/pull/3070#discussion_r1402057092
As always it is more complicated than one thinks, cf. RFC 1925 item 8. Something like ``` COMMAND | TextPrefix '# ' ``` cannot be used in general. It can...
@thomas-merz I cannot reply to your request in a helpful way because I am not at all an expert in bootloader area and even less an expert in UEFI area....
@thomas-merz to avoid misunderstandings: It is not that I don't understand why you request that ReaR should do things automatically. I do fully understand that desire and I have the...