/usr/local/jetapps/usr/share/rear/layout/save/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. # No quoting of the elements that are appended to the CHECK_CONFIG_FILES array together with # the bash globbing characters like '*' or the [] around the first letter make sure # that with 'shopt -s nullglob' files that do not exist will not appear # so nonexistent files are not appended to CHECK_CONFIG_FILES # cf. https://github.com/rear/rear/pull/2796#issuecomment-1117171070 if [[ -d /etc/sysconfig/network ]] ; then # SUSE CHECK_CONFIG_FILES+=( /etc/sysconfig/network/ifcfg-* ) elif [[ -d /etc/sysconfig/network-scripts ]] ; then # Red Hat CHECK_CONFIG_FILES+=( /etc/sysconfig/network-scripts/ifcfg-* ) elif [[ -d /etc/network ]] ; then # Debian CHECK_CONFIG_FILES+=( /[e]tc/network/interfaces ) fi
.
Edit
..
Edit
300_list_dependencies.sh
Edit
310_autoexclude_usb.sh
Edit
310_include_exclude.sh
Edit
320_autoexclude.sh
Edit
330_remove_exclusions.sh
Edit
335_remove_excluded_multipath_vgs.sh
Edit
340_generate_mountpoint_device.sh
Edit
350_save_partitions.sh
Edit
445_guess_bootloader.sh
Edit
450_check_bootloader_files.sh
Edit
450_check_network_files.sh
Edit
490_check_files_to_patch.sh
Edit
550_barrel_devicegraph.sh
Edit
600_snapshot_files.sh
Edit
950_verify_disklayout_file.sh
Edit