/usr/local/jetapps/usr/share/rear/init/default
# This file is part of Relax-and-Recover, licensed under the GNU General # Public License. Refer to the included COPYING for full text of license. # To help with debugging dump all currently existing variable values into the log file. # # Because this will also output possibly confidential values into the log file # (like passwords, encryption keys, authentication tokens, ...) # this happens only if rear is run by the user with the 'expose-secrets' option # see https://github.com/rear/rear/issues/2967 # 'declare -p' is a secret command so '$( declare -p )' is also a secret command # because 'set -x' prints the result of $( declare -p ) as part of the LogSecret argument: if { LogSecret "Runtime Configuration:$LF$( declare -p )" ; } 2>>/dev/$SECRET_OUTPUT_DEV ; then # Show the log file name here in any case because sbin/rear shows "Using log file ..." only in verbose mode: LogUserOutput "Dumped all variable values (including possibly confidential values) into $RUNTIME_LOGFILE" else Debug "Skipped dumping all variable values into the log file (use 'expose-secrets' for that)" fi
.
Edit
..
Edit
001_verify_config_arrays.sh
Edit
002_check_rear_recover_mode.sh
Edit
010_EFISTUB_check.sh
Edit
010_set_drlm_env.sh
Edit
030_update_recovery_system.sh
Edit
100_check_stale_nfs_mounts.sh
Edit
950_check_missing_programs.sh
Edit
998_dump_variables.sh
Edit