=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== rear-2.6+dfsg/doc/user-guide/03-configuration.adoc-39-OUTPUT=RAWDISK:: rear-2.6+dfsg/doc/user-guide/03-configuration.adoc:40:Create a bootable raw disk image on as `rear-$(hostname).raw.gz`. Supports UEFI rear-2.6+dfsg/doc/user-guide/03-configuration.adoc-41-boot if syslinux/EFI or Grub 2/EFI is installed. Supports Legacy BIOS boot if ############################################## rear-2.6+dfsg/doc/user-guide/04-scenarios.adoc-179- encryption key available for case of restore! rear-2.6+dfsg/doc/user-guide/04-scenarios.adoc:180: (using `COPY_AS_IS_BORG=( "$ROOT_HOME_DIR/.config/borg/keys/" )` is a option to consider). rear-2.6+dfsg/doc/user-guide/04-scenarios.adoc-181- Be sure to read https://borgbackup.readthedocs.io/en/stable/usage/init.html, ############################################## rear-2.6+dfsg/doc/user-guide/13-tcg-opal-support.adoc-67-* The PBA image will appear below the `OPAL_PBA_OUTPUT_URL` directory (see rear-2.6+dfsg/doc/user-guide/13-tcg-opal-support.adoc:68:`default.conf`) as `$HOSTNAME/TCG-Opal-PBA-$HOSTNAME.raw`. rear-2.6+dfsg/doc/user-guide/13-tcg-opal-support.adoc-69- ############################################## rear-2.6+dfsg/doc/user-guide/14-ZYPPER-and-YUM.adoc-39-following command is called rear-2.6+dfsg/doc/user-guide/14-ZYPPER-and-YUM.adoc:40: `zypper --root $TARGET_FS_ROOT addrepo $zypper_repository ...` rear-2.6+dfsg/doc/user-guide/14-ZYPPER-and-YUM.adoc-41-which means each array member in _ZYPPER_REPOSITORIES_ must be a valid zypper ############################################## rear-2.6+dfsg/doc/user-guide/14-ZYPPER-and-YUM.adoc-53-system, _/var/lib/rear/backup/ZYPPER/zypper_repositories.repo_ exists, rear-2.6+dfsg/doc/user-guide/14-ZYPPER-and-YUM.adoc:54: `zypper --root $TARGET_FS_ROOT addrepo --repo /var/lib/rear/backup/ZYPPER/zypper_repositories.repo` rear-2.6+dfsg/doc/user-guide/14-ZYPPER-and-YUM.adoc-55-is run in the ReaR recovery system so that by default during `rear recover` the same ############################################## rear-2.6+dfsg/usr/share/rear/build/GNU/Linux/390_copy_binaries_libraries.sh-93- # /some/path/to/libfoo.so.1 -> /another/path/to/libfoo.so.1.2 -> /final/path/to/libfoo.so.1.2.3 rear-2.6+dfsg/usr/share/rear/build/GNU/Linux/390_copy_binaries_libraries.sh:94: # where $lib='/some/path/to/libfoo.so.1' and $link_target='/final/path/to/libfoo.so.1.2.3' rear-2.6+dfsg/usr/share/rear/build/GNU/Linux/390_copy_binaries_libraries.sh-95- # the chain of symbolic links gets simplified in the recovery system to $lib -> $link_target like ############################################## rear-2.6+dfsg/usr/share/rear/build/default/490_fix_broken_links.sh-44- # /some/path/to/file1 -> /another/path/to/file2 -> /final/path/to/file3 rear-2.6+dfsg/usr/share/rear/build/default/490_fix_broken_links.sh:45: # where $broken_symlink='/some/path/to/file1' and $link_target='/final/path/to/file3' rear-2.6+dfsg/usr/share/rear/build/default/490_fix_broken_links.sh-46- # the chain of symbolic links gets simplified in the recovery system to $broken_symlink -> $link_target like ############################################## rear-2.6+dfsg/usr/share/rear/check/GNU/Linux/260_recovery_storage_drivers.sh-32-It might work with the initrd 'as is' from the backup restore. rear-2.6+dfsg/usr/share/rear/check/GNU/Linux/260_recovery_storage_drivers.sh:33:Before reboot check the recreated system (mounted at $TARGET_FS_ROOT) rear-2.6+dfsg/usr/share/rear/check/GNU/Linux/260_recovery_storage_drivers.sh-34-and decide yourself, if your recreated system will boot or not. ############################################## rear-2.6+dfsg/usr/share/rear/conf/default.conf-1387-# and https://github.com/rear/rear/commit/35b29218bdf1c88c0a2330147ae0e40480167fed rear-2.6+dfsg/usr/share/rear/conf/default.conf:1388:# /dev/oracleasm contains internal files (runtime information) generated by Oracle ASM upon boot. rear-2.6+dfsg/usr/share/rear/conf/default.conf-1389-# See https://github.com/rear/rear/issues/721 for details. ############################################## rear-2.6+dfsg/usr/share/rear/conf/default.conf-1393-# See https://github.com/rear/rear/pull/1393 for details. rear-2.6+dfsg/usr/share/rear/conf/default.conf:1394:COPY_AS_IS_EXCLUDE=( $VAR_DIR/output/\* dev/.udev dev/shm dev/shm/\* dev/oracleasm dev/mapper ) rear-2.6+dfsg/usr/share/rear/conf/default.conf-1395-# Array of user names that are trusted owners of files where RequiredSharedObjects calls ldd (cf. COPY_AS_IS) ############################################## rear-2.6+dfsg/usr/share/rear/conf/default.conf-1846-COPY_AS_IS_EXCLUDE_NSR=( "$NSR_ROOT_DIR/logs/*" "$NSR_ROOT_DIR/debug/*" "$NSR_ROOT_DIR/index/*" "$NSR_ROOT_DIR/lockbox/*" "$NSR_ROOT_DIR/mm/*" "$NSR_ROOT_DIR/repository/*" "$NSR_ROOT_DIR/scripts/*" "$NSR_ROOT_DIR/utils/*" ) rear-2.6+dfsg/usr/share/rear/conf/default.conf:1847:PROGS_NSR=( nsrexec nsrexecd mminfo save savefs savepnpc recover nsrfsra nsrinfo nsrretrieve nsrwatch nsrports uasm ) rear-2.6+dfsg/usr/share/rear/conf/default.conf-1848-# NSRSERVER is normally found automatically, but for the rare cases it is not found pls define it in local.conf ############################################## rear-2.6+dfsg/usr/share/rear/conf/default.conf-3125-# cd $REAR_CAPATH rear-2.6+dfsg/usr/share/rear/conf/default.conf:3126:# for file in *.crt *.pem; do ln -sf $file `openssl x509 -hash -noout -in $file`.0; done rear-2.6+dfsg/usr/share/rear/conf/default.conf-3127-# If '--cacert $REAR_CAPATH/certname.crt' curl option (see: man curl) is used ############################################## rear-2.6+dfsg/usr/share/rear/finalize/Debian/i386/550_rebuild_initramfs.sh-32-It may work with the initramfs 'as is' from the backup restore. rear-2.6+dfsg/usr/share/rear/finalize/Debian/i386/550_rebuild_initramfs.sh:33:Check the recreated system (mounted at $TARGET_FS_ROOT) rear-2.6+dfsg/usr/share/rear/finalize/Debian/i386/550_rebuild_initramfs.sh-34-and decide yourself, whether the system will boot or not. ############################################## rear-2.6+dfsg/usr/share/rear/finalize/Debian/i386/550_rebuild_initramfs.sh-85-Cannot create initramfs (found no update-initramfs in the recreated system). rear-2.6+dfsg/usr/share/rear/finalize/Debian/i386/550_rebuild_initramfs.sh:86:Check the recreated system (mounted at $TARGET_FS_ROOT) rear-2.6+dfsg/usr/share/rear/finalize/Debian/i386/550_rebuild_initramfs.sh-87-and decide yourself, whether the system will boot or not. ############################################## rear-2.6+dfsg/usr/share/rear/finalize/Debian/ppc64le/550_rebuild_initramfs.sh-32-It may work with the initramfs 'as is' from the backup restore. rear-2.6+dfsg/usr/share/rear/finalize/Debian/ppc64le/550_rebuild_initramfs.sh:33:Check the recreated system (mounted at $TARGET_FS_ROOT) rear-2.6+dfsg/usr/share/rear/finalize/Debian/ppc64le/550_rebuild_initramfs.sh-34-and decide yourself, whether the system will boot or not. ############################################## rear-2.6+dfsg/usr/share/rear/finalize/Debian/ppc64le/550_rebuild_initramfs.sh-85-Cannot create initramfs (found no update-initramfs in the recreated system). rear-2.6+dfsg/usr/share/rear/finalize/Debian/ppc64le/550_rebuild_initramfs.sh:86:Check the recreated system (mounted at $TARGET_FS_ROOT) rear-2.6+dfsg/usr/share/rear/finalize/Debian/ppc64le/550_rebuild_initramfs.sh-87-and decide yourself, whether the system will boot or not. ############################################## rear-2.6+dfsg/usr/share/rear/finalize/Fedora/i386/550_rebuild_initramfs.sh-32-It may work with the initrd 'as is' from the backup restore. rear-2.6+dfsg/usr/share/rear/finalize/Fedora/i386/550_rebuild_initramfs.sh:33:Check the recreated system (mounted at $TARGET_FS_ROOT) rear-2.6+dfsg/usr/share/rear/finalize/Fedora/i386/550_rebuild_initramfs.sh-34-and decide yourself, whether the system will boot or not. ############################################## rear-2.6+dfsg/usr/share/rear/finalize/Fedora/i386/550_rebuild_initramfs.sh-102-Cannot create initrd (found no mkinitrd in the recreated system). rear-2.6+dfsg/usr/share/rear/finalize/Fedora/i386/550_rebuild_initramfs.sh:103:Check the recreated system (mounted at $TARGET_FS_ROOT) rear-2.6+dfsg/usr/share/rear/finalize/Fedora/i386/550_rebuild_initramfs.sh-104-and decide yourself, whether the system will boot or not. ############################################## rear-2.6+dfsg/usr/share/rear/finalize/Fedora/ppc64/550_rebuild_initramfs.sh-32-It may work with the initrd 'as is' from the backup restore. rear-2.6+dfsg/usr/share/rear/finalize/Fedora/ppc64/550_rebuild_initramfs.sh:33:Check the recreated system (mounted at $TARGET_FS_ROOT) rear-2.6+dfsg/usr/share/rear/finalize/Fedora/ppc64/550_rebuild_initramfs.sh-34-and decide yourself, whether the system will boot or not. ############################################## rear-2.6+dfsg/usr/share/rear/finalize/Fedora/ppc64/550_rebuild_initramfs.sh-102-Cannot create initrd (found no mkinitrd in the recreated system). rear-2.6+dfsg/usr/share/rear/finalize/Fedora/ppc64/550_rebuild_initramfs.sh:103:Check the recreated system (mounted at $TARGET_FS_ROOT) rear-2.6+dfsg/usr/share/rear/finalize/Fedora/ppc64/550_rebuild_initramfs.sh-104-and decide yourself, whether the system will boot or not. ############################################## rear-2.6+dfsg/usr/share/rear/finalize/Fedora/ppc64le/550_rebuild_initramfs.sh-32-It may work with the initrd 'as is' from the backup restore. rear-2.6+dfsg/usr/share/rear/finalize/Fedora/ppc64le/550_rebuild_initramfs.sh:33:Check the recreated system (mounted at $TARGET_FS_ROOT) rear-2.6+dfsg/usr/share/rear/finalize/Fedora/ppc64le/550_rebuild_initramfs.sh-34-and decide yourself, whether the system will boot or not. ############################################## rear-2.6+dfsg/usr/share/rear/finalize/Fedora/ppc64le/550_rebuild_initramfs.sh-102-Cannot create initrd (found no mkinitrd in the recreated system). rear-2.6+dfsg/usr/share/rear/finalize/Fedora/ppc64le/550_rebuild_initramfs.sh:103:Check the recreated system (mounted at $TARGET_FS_ROOT) rear-2.6+dfsg/usr/share/rear/finalize/Fedora/ppc64le/550_rebuild_initramfs.sh-104-and decide yourself, whether the system will boot or not. ############################################## rear-2.6+dfsg/usr/share/rear/finalize/Linux-ppc64/680_install_PPC_bootlist.sh-25- if [[ -z $bootdev ]]; then rear-2.6+dfsg/usr/share/rear/finalize/Linux-ppc64/680_install_PPC_bootlist.sh:26: bootdev=`echo $part | sed -e 's/[0-9]*$//'` rear-2.6+dfsg/usr/share/rear/finalize/Linux-ppc64/680_install_PPC_bootlist.sh-27- fi ############################################## rear-2.6+dfsg/usr/share/rear/finalize/Linux-ppc64le/680_install_PPC_bootlist.sh-25- if [[ -z $bootdev ]]; then rear-2.6+dfsg/usr/share/rear/finalize/Linux-ppc64le/680_install_PPC_bootlist.sh:26: bootdev=`echo $part | sed -e 's/[0-9]*$//'` rear-2.6+dfsg/usr/share/rear/finalize/Linux-ppc64le/680_install_PPC_bootlist.sh-27- fi ############################################## rear-2.6+dfsg/usr/share/rear/finalize/SUSE_LINUX/i386/550_rebuild_initramfs.sh-32-It may work with the initrd 'as is' from the backup restore. rear-2.6+dfsg/usr/share/rear/finalize/SUSE_LINUX/i386/550_rebuild_initramfs.sh:33:Check the recreated system (mounted at $TARGET_FS_ROOT) rear-2.6+dfsg/usr/share/rear/finalize/SUSE_LINUX/i386/550_rebuild_initramfs.sh-34-and decide yourself, whether the system will boot or not. ############################################## rear-2.6+dfsg/usr/share/rear/finalize/SUSE_LINUX/i386/550_rebuild_initramfs.sh-103-Cannot create initrd (found no mkinitrd in the recreated system). rear-2.6+dfsg/usr/share/rear/finalize/SUSE_LINUX/i386/550_rebuild_initramfs.sh:104:Check the recreated system (mounted at $TARGET_FS_ROOT) rear-2.6+dfsg/usr/share/rear/finalize/SUSE_LINUX/i386/550_rebuild_initramfs.sh-105-and decide yourself, whether the system will boot or not. ############################################## rear-2.6+dfsg/usr/share/rear/finalize/SUSE_LINUX/ppc64/550_rebuild_initramfs.sh-32-It may work with the initrd 'as is' from the backup restore. rear-2.6+dfsg/usr/share/rear/finalize/SUSE_LINUX/ppc64/550_rebuild_initramfs.sh:33:Check the recreated system (mounted at $TARGET_FS_ROOT) rear-2.6+dfsg/usr/share/rear/finalize/SUSE_LINUX/ppc64/550_rebuild_initramfs.sh-34-and decide yourself, whether the system will boot or not. ############################################## rear-2.6+dfsg/usr/share/rear/finalize/SUSE_LINUX/ppc64/550_rebuild_initramfs.sh-103-Cannot create initrd (found no mkinitrd in the recreated system). rear-2.6+dfsg/usr/share/rear/finalize/SUSE_LINUX/ppc64/550_rebuild_initramfs.sh:104:Check the recreated system (mounted at $TARGET_FS_ROOT) rear-2.6+dfsg/usr/share/rear/finalize/SUSE_LINUX/ppc64/550_rebuild_initramfs.sh-105-and decide yourself, whether the system will boot or not. ############################################## rear-2.6+dfsg/usr/share/rear/finalize/SUSE_LINUX/ppc64le/550_rebuild_initramfs.sh-32-It may work with the initrd 'as is' from the backup restore. rear-2.6+dfsg/usr/share/rear/finalize/SUSE_LINUX/ppc64le/550_rebuild_initramfs.sh:33:Check the recreated system (mounted at $TARGET_FS_ROOT) rear-2.6+dfsg/usr/share/rear/finalize/SUSE_LINUX/ppc64le/550_rebuild_initramfs.sh-34-and decide yourself, whether the system will boot or not. ############################################## rear-2.6+dfsg/usr/share/rear/finalize/SUSE_LINUX/ppc64le/550_rebuild_initramfs.sh-103-Cannot create initrd (found no mkinitrd in the recreated system). rear-2.6+dfsg/usr/share/rear/finalize/SUSE_LINUX/ppc64le/550_rebuild_initramfs.sh:104:Check the recreated system (mounted at $TARGET_FS_ROOT) rear-2.6+dfsg/usr/share/rear/finalize/SUSE_LINUX/ppc64le/550_rebuild_initramfs.sh-105-and decide yourself, whether the system will boot or not. ############################################## rear-2.6+dfsg/usr/share/rear/layout/prep-for-mount/GNU/Linux/136_include_btrfs_subvolumes_SLES_code.sh-258- if test -z "$subvolume_mountpoint" -o -z "$subvolume_mount_options" -o -z "$subvolume_path" ; then rear-2.6+dfsg/usr/share/rear/layout/prep-for-mount/GNU/Linux/136_include_btrfs_subvolumes_SLES_code.sh:259: LogPrintError "btrfsmountedsubvol entry for $device where subvolume_mountpoint='$subvolume_mountpoint' or subvolume_mount_options='$subvolume_mount_options' or subvolume_path='$subvolume_path' is empty may indicate an error, skipping mounting it." rear-2.6+dfsg/usr/share/rear/layout/prep-for-mount/GNU/Linux/136_include_btrfs_subvolumes_SLES_code.sh-260- continue ############################################## rear-2.6+dfsg/usr/share/rear/layout/prepare/GNU/Linux/136_include_btrfs_subvolumes_SLES_code.sh-258- if test -z "$subvolume_mountpoint" -o -z "$subvolume_mount_options" -o -z "$subvolume_path" ; then rear-2.6+dfsg/usr/share/rear/layout/prepare/GNU/Linux/136_include_btrfs_subvolumes_SLES_code.sh:259: LogPrintError "btrfsmountedsubvol entry for $device where subvolume_mountpoint='$subvolume_mountpoint' or subvolume_mount_options='$subvolume_mount_options' or subvolume_path='$subvolume_path' is empty may indicate an error, skipping mounting it." rear-2.6+dfsg/usr/share/rear/layout/prepare/GNU/Linux/136_include_btrfs_subvolumes_SLES_code.sh-260- continue ############################################## rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-11- # see linux/Documentation/devices.txt rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh:12: DevMajorNr=`ls -Ll ${1} | awk '{print $5}' | cut -d"," -f 1` rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-13- fi ############################################## rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-47- do rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh:48: local Dev=`echo "${mdline}" | sed -e 's;\[.*;;'` rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-49- ParseDisk ${Dev} ############################################## rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-78-# _Dev: hda1, sdb1, md0, md_0, disk_c1t0d0, vg%137sd_lvol1 rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh:79:#Dev=`echo ${1} | awk '{print $1}' | cut -d"/" -f 3-` rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh:80:#_Dev=`echo ${Dev} | sed -e 's/_/%137/' | tr "/" "_"` rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-81- Dev=${1#*/dev/} ############################################## rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-99-local disc rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh:100:#DEVwP=`expr "${1}" : "\(\(cciss\|rd\|ida\)/c[0-9]\+d[0-9]\+p[0-9]\+\|amiraid/ar[0-9]\+p[0-9]\+\|ataraid/d[0-9]\+p[0-9]\+\|\(emd\|carmel\)/[0-9]\+p[0-9]\+\)"` rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-101- ############################################## rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-114- # e.g. disc=ide/host0/bus0/target0/lun0/disc rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh:115: disc=`echo ${1} | cut -d"p" -f 1`disc rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-116- if [ -b /dev/${disc} ]; then # I'm paranoid I know rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-117- # to please sfdisk we have to backtrace the old style name (sda) rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh:118: dsk=`ls -l /dev | grep ${disc} | awk '{print $9}'` rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-119- else ############################################## rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-121- if [ -z $DEVwP ]; then rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh:122: dsk=`echo ${1} | sed -e 's/[0-9]//g'` # sda rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-123- else rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh:124: dsk=`echo ${1} | sed -e 's/p[0-9]\+$//g'` # cXdX rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-125- fi ############################################## rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-128- if [ -z $DEVwP ]; then rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh:129: dsk=`echo ${1} | sed -e 's/[0-9]//g'` # sda rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-130- else rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh:131: dsk=`echo ${1} | sed -e 's/p[0-9]\+$//g'` # cXdX rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-132- fi rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-133-fi rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh:134:_dsk=`echo ${dsk} | tr "/" "_"` rear-2.6+dfsg/usr/share/rear/lib/mkrescue-functions.sh-135-} ############################################## rear-2.6+dfsg/usr/share/rear/lib/network-functions.sh-101-# br0 rear-2.6+dfsg/usr/share/rear/lib/network-functions.sh:102:function get_device_by_hwaddr () { rear-2.6+dfsg/usr/share/rear/lib/network-functions.sh-103- local hwaddr="$1" ############################################## rear-2.6+dfsg/usr/share/rear/output/default/940_grub_rescue.sh-52- [[ "${UEFI_BOOTLOADER##*/}" = "elilo.efi" ]] && return rear-2.6+dfsg/usr/share/rear/output/default/940_grub_rescue.sh:53: grub_conf="`dirname $UEFI_BOOTLOADER`/grub.conf" rear-2.6+dfsg/usr/share/rear/output/default/940_grub_rescue.sh-54-else ############################################## rear-2.6+dfsg/usr/share/rear/prep/BACULA/default/500_check_BACULA_bconsole_results.sh-31-# "Connecting to Client 'bacula_client_name-fd at FQDN:9102" rear-2.6+dfsg/usr/share/rear/prep/BACULA/default/500_check_BACULA_bconsole_results.sh:32:BACULA_CLIENT=`grep $(hostname -s) /etc/bacula/bacula-fd.conf | grep "\-fd" | awk '{print $3}' | sed -e "s/-fd//g"` rear-2.6+dfsg/usr/share/rear/prep/BACULA/default/500_check_BACULA_bconsole_results.sh-33-[ "${BACULA_CLIENT}" ] ############################################## rear-2.6+dfsg/usr/share/rear/prep/BACULA/default/500_check_BACULA_bconsole_results.sh-35- rear-2.6+dfsg/usr/share/rear/prep/BACULA/default/500_check_BACULA_bconsole_results.sh:36:BACULA_RESULT=( `echo -e " status client=${BACULA_CLIENT}-fd" | bconsole |grep Connect ` ) rear-2.6+dfsg/usr/share/rear/prep/BACULA/default/500_check_BACULA_bconsole_results.sh-37- ############################################## rear-2.6+dfsg/usr/share/rear/prep/BAREOS/default/500_check_BAREOS_bconsole_results.sh-36- rear-2.6+dfsg/usr/share/rear/prep/BAREOS/default/500_check_BAREOS_bconsole_results.sh:37:BAREOS_RESULT=( `echo -e " status client=${BAREOS_CLIENT}" | bconsole |grep Connect ` ) rear-2.6+dfsg/usr/share/rear/prep/BAREOS/default/500_check_BAREOS_bconsole_results.sh-38- ############################################## rear-2.6+dfsg/usr/share/rear/prep/GNU/Linux/210_include_dhclient.sh-8-if is_false "$USE_DHCLIENT"; then rear-2.6+dfsg/usr/share/rear/prep/GNU/Linux/210_include_dhclient.sh:9: Log "Disabling DHCP client on the rescue system (USE_DHCLIENT='$USE_DHCLIENT')" rear-2.6+dfsg/usr/share/rear/prep/GNU/Linux/210_include_dhclient.sh-10- return 0 ############################################## rear-2.6+dfsg/usr/share/rear/prep/GNU/Linux/210_include_dhclient.sh-98-if is_true "$USE_DHCLIENT"; then rear-2.6+dfsg/usr/share/rear/prep/GNU/Linux/210_include_dhclient.sh:99: Log "Enabling DHCP on the rescue system (USE_DHCLIENT='$USE_DHCLIENT')" rear-2.6+dfsg/usr/share/rear/prep/GNU/Linux/210_include_dhclient.sh-100-elif dhcp_client_is_active; then ############################################## rear-2.6+dfsg/usr/share/rear/prep/GNU/Linux/210_include_dhclient.sh-105- USE_DHCLIENT=y rear-2.6+dfsg/usr/share/rear/prep/GNU/Linux/210_include_dhclient.sh:106: Log "Enabling DHCP on the rescue system (DHCLIENT_BIN='$DHCLIENT_BIN')" rear-2.6+dfsg/usr/share/rear/prep/GNU/Linux/210_include_dhclient.sh-107-else ############################################## rear-2.6+dfsg/usr/share/rear/prep/NETFS/GNU/Linux/200_selinux_in_use.sh-28- # no xattrs compiled in remote rsync, so saving SELinux attributes are not possible rear-2.6+dfsg/usr/share/rear/prep/NETFS/GNU/Linux/200_selinux_in_use.sh:29: Log "WARNING: --xattrs not possible on system ($RSYNC_HOST) (no xattrs compiled in rsync)" rear-2.6+dfsg/usr/share/rear/prep/NETFS/GNU/Linux/200_selinux_in_use.sh-30- # $TMP_DIR/selinux.mode is a trigger during backup to disable SELinux ############################################## rear-2.6+dfsg/usr/share/rear/prep/RSYNC/GNU/Linux/200_selinux_in_use.sh-28- # no xattrs compiled in remote rsync, so saving SELinux attributes are not possible rear-2.6+dfsg/usr/share/rear/prep/RSYNC/GNU/Linux/200_selinux_in_use.sh:29: Log "WARNING: --xattrs not possible on system ($RSYNC_HOST) (no xattrs compiled in rsync)" rear-2.6+dfsg/usr/share/rear/prep/RSYNC/GNU/Linux/200_selinux_in_use.sh-30- # $TMP_DIR/selinux.mode is a trigger during backup to disable SELinux ############################################## rear-2.6+dfsg/usr/share/rear/prep/RSYNC/default/150_check_rsync_protocol_version.sh-24- esac rear-2.6+dfsg/usr/share/rear/prep/RSYNC/default/150_check_rsync_protocol_version.sh:25: Log "Remote rsync system ($RSYNC_HOST) uses rsync protocol version $RSYNC_PROTOCOL_VERSION" rear-2.6+dfsg/usr/share/rear/prep/RSYNC/default/150_check_rsync_protocol_version.sh-26- ############################################## rear-2.6+dfsg/usr/share/rear/prep/RSYNC/default/150_check_rsync_protocol_version.sh-28- rear-2.6+dfsg/usr/share/rear/prep/RSYNC/default/150_check_rsync_protocol_version.sh:29: Log "Remote rsync system ($RSYNC_HOST) uses rsync protocol version $RSYNC_PROTOCOL_VERSION (overruled by user)" rear-2.6+dfsg/usr/share/rear/prep/RSYNC/default/150_check_rsync_protocol_version.sh-30- ############################################## rear-2.6+dfsg/usr/share/rear/prep/RSYNC/default/150_check_rsync_protocol_version.sh-36- # no xattrs available in remote rsync, so --fake-super is not possible rear-2.6+dfsg/usr/share/rear/prep/RSYNC/default/150_check_rsync_protocol_version.sh:37: Error "rsync --fake-super not possible on system ($RSYNC_HOST) (no xattrs compiled in rsync)" rear-2.6+dfsg/usr/share/rear/prep/RSYNC/default/150_check_rsync_protocol_version.sh-38- else ############################################## rear-2.6+dfsg/usr/share/rear/prep/RSYNC/default/150_check_rsync_protocol_version.sh-48- if [ ${BACKUP_RSYNC_OPTIONS[@]/--fake-super/} != ${BACKUP_RSUNC_OPTIONS[@]} ]; then rear-2.6+dfsg/usr/share/rear/prep/RSYNC/default/150_check_rsync_protocol_version.sh:49: Error "rsync --fake-super not possible on system ($RSYNC_HOST) (please upgrade rsync to 3.x)" rear-2.6+dfsg/usr/share/rear/prep/RSYNC/default/150_check_rsync_protocol_version.sh-50- else rear-2.6+dfsg/usr/share/rear/prep/RSYNC/default/150_check_rsync_protocol_version.sh:51: Log "Warning: rsync --fake-super not possible on system ($RSYNC_HOST) (please upgrade rsync to 3.x)" rear-2.6+dfsg/usr/share/rear/prep/RSYNC/default/150_check_rsync_protocol_version.sh-52- fi ############################################## rear-2.6+dfsg/usr/share/rear/prep/YUM/default/200_selinux_in_use.sh-28- # no xattrs compiled in remote rsync, so saving SELinux attributes are not possible rear-2.6+dfsg/usr/share/rear/prep/YUM/default/200_selinux_in_use.sh:29: Log "WARNING: --xattrs not possible on system ($RSYNC_HOST) (no xattrs compiled in rsync)" rear-2.6+dfsg/usr/share/rear/prep/YUM/default/200_selinux_in_use.sh-30- # $TMP_DIR/selinux.mode is a trigger during backup to disable SELinux ############################################## rear-2.6+dfsg/usr/share/rear/rescue/GNU/Linux/960_collect_MC_serviceguard_infos.sh-35-do rear-2.6+dfsg/usr/share/rear/rescue/GNU/Linux/960_collect_MC_serviceguard_infos.sh:36: if [ `dirname ${sgf}` != . ]; then rear-2.6+dfsg/usr/share/rear/rescue/GNU/Linux/960_collect_MC_serviceguard_infos.sh:37: mkdir -p $v ${SGLX_DIR}/`dirname ${sgf}` >&2 rear-2.6+dfsg/usr/share/rear/rescue/GNU/Linux/960_collect_MC_serviceguard_infos.sh-38- fi ############################################## rear-2.6+dfsg/usr/share/rear/restore/BLOCKCLONE/default/510_set_capabilities.sh-11-# Try to find a capabilities file. rear-2.6+dfsg/usr/share/rear/restore/BLOCKCLONE/default/510_set_capabilities.sh:12:# Prefer the one in the recovery system ($VAR_DIR/recovery/capabilities) if exists rear-2.6+dfsg/usr/share/rear/restore/BLOCKCLONE/default/510_set_capabilities.sh-13-# over the one that may have been restored from the backup ($TARGET_FS_ROOT/$VAR_DIR/recovery/capabilities): ############################################## rear-2.6+dfsg/usr/share/rear/restore/DP/default/300_create_dp_restore_fs_list.sh-10- rear-2.6+dfsg/usr/share/rear/restore/DP/default/300_create_dp_restore_fs_list.sh:11:${OMNIDB} -session $(cat $TMP_DIR/dp_recovery_session) | grep `cat $TMP_DIR/dp_recovery_host` | cut -d"'" -f -2 > $TMP_DIR/list_of_fs_objects rear-2.6+dfsg/usr/share/rear/restore/DP/default/300_create_dp_restore_fs_list.sh-12-[ -s $TMP_DIR/list_of_fs_objects ] ############################################## rear-2.6+dfsg/usr/share/rear/restore/DP/default/300_create_dp_restore_fs_list.sh-16-if [ -f $VAR_DIR/recovery/exclude_mountpoints ]; then rear-2.6+dfsg/usr/share/rear/restore/DP/default/300_create_dp_restore_fs_list.sh:17: HostObj=`tail -n 1 $TMP_DIR/list_of_fs_objects | cut -d: -f 1` rear-2.6+dfsg/usr/share/rear/restore/DP/default/300_create_dp_restore_fs_list.sh-18- Log "Info: $VAR_DIR/recovery/exclude_mountpoints found. Remove from restore file system list." ############################################## rear-2.6+dfsg/usr/share/rear/restore/DP/default/400_restore_with_dp.sh-30-do rear-2.6+dfsg/usr/share/rear/restore/DP/default/400_restore_with_dp.sh:31: host_fs=`echo ${object} | awk '{print $1}'` rear-2.6+dfsg/usr/share/rear/restore/DP/default/400_restore_with_dp.sh:32: fs=`echo ${object} | awk '{print $1}' | cut -d: -f 2` rear-2.6+dfsg/usr/share/rear/restore/DP/default/400_restore_with_dp.sh:33: label=`echo "${object}" | cut -d"'" -f 2` rear-2.6+dfsg/usr/share/rear/restore/DP/default/400_restore_with_dp.sh-34- # only retain the latest backup which was completed successfully ############################################## rear-2.6+dfsg/usr/share/rear/restore/DP/default/400_restore_with_dp.sh-36- LogPrint "Restore filesystem ${object}" rear-2.6+dfsg/usr/share/rear/restore/DP/default/400_restore_with_dp.sh:37: SessionID=`cat $TMP_DIR/dp_recovery_session` rear-2.6+dfsg/usr/share/rear/restore/DP/default/400_restore_with_dp.sh-38- ${OMNIR} -filesystem ${host_fs} "${label}" -session ${SessionID} -full -omit_unrequired_object_versions -no_resumable -overwrite -tree ${fs} -into $TARGET_FS_ROOT -sparse -target `hostname` >/dev/null ############################################## rear-2.6+dfsg/usr/share/rear/restore/NETFS/default/510_set_capabilities.sh-11-# Try to find a capabilities file. rear-2.6+dfsg/usr/share/rear/restore/NETFS/default/510_set_capabilities.sh:12:# Prefer the one in the recovery system ($VAR_DIR/recovery/capabilities) if exists rear-2.6+dfsg/usr/share/rear/restore/NETFS/default/510_set_capabilities.sh-13-# over the one that may have been restored from the backup ($TARGET_FS_ROOT/$VAR_DIR/recovery/capabilities): ############################################## rear-2.6+dfsg/usr/share/rear/setup/default/002_clean_start.sh-12-if test -r "$BREADCRUMB"; then rear-2.6+dfsg/usr/share/rear/setup/default/002_clean_start.sh:13: last_run=`cat $BREADCRUMB` rear-2.6+dfsg/usr/share/rear/setup/default/002_clean_start.sh-14- case $last_run in ############################################## rear-2.6+dfsg/usr/share/rear/skel/default/etc/scripts/dhcp-setup-functions.sh-255- else rear-2.6+dfsg/usr/share/rear/skel/default/etc/scripts/dhcp-setup-functions.sh:256: nm=`prefix2netmask ${nm}` rear-2.6+dfsg/usr/share/rear/skel/default/etc/scripts/dhcp-setup-functions.sh-257- fi ############################################## rear-2.6+dfsg/usr/share/rear/skel/default/etc/scripts/dhcp-setup-functions.sh-604- rear-2.6+dfsg/usr/share/rear/skel/default/etc/scripts/dhcp-setup-functions.sh:605:get_hwaddr () rear-2.6+dfsg/usr/share/rear/skel/default/etc/scripts/dhcp-setup-functions.sh-606-{ ############################################## rear-2.6+dfsg/usr/share/rear/skel/default/etc/scripts/dhcp-setup-functions.sh-615- rear-2.6+dfsg/usr/share/rear/skel/default/etc/scripts/dhcp-setup-functions.sh:616:get_device_by_hwaddr () rear-2.6+dfsg/usr/share/rear/skel/default/etc/scripts/dhcp-setup-functions.sh-617-{ ############################################## rear-2.6+dfsg/usr/share/rear/skel/default/etc/scripts/system-setup.d/58-start-dhclient.sh-26- rear-2.6+dfsg/usr/share/rear/skel/default/etc/scripts/system-setup.d/58-start-dhclient.sh:27:# Need to find the devices and their HWADDR (avoid local and virtual devices) rear-2.6+dfsg/usr/share/rear/skel/default/etc/scripts/system-setup.d/58-start-dhclient.sh-28-for DEVICE in `get_device_by_hwaddr` ; do ############################################## rear-2.6+dfsg/usr/share/rear/skel/default/etc/scripts/system-setup.d/58-start-dhclient.sh-31- esac rear-2.6+dfsg/usr/share/rear/skel/default/etc/scripts/system-setup.d/58-start-dhclient.sh:32: HWADDR=`get_hwaddr $DEVICE` rear-2.6+dfsg/usr/share/rear/skel/default/etc/scripts/system-setup.d/58-start-dhclient.sh-33- ############################################## rear-2.6+dfsg/usr/share/rear/verify/CDM/default/400_verify_cdm.sh-10- rear-2.6+dfsg/usr/share/rear/verify/CDM/default/400_verify_cdm.sh:11:BOOTSTRAP_DAEMON_OPTS="`cat ${RBA_DIR}/conf/bootstrap_flags.conf`" rear-2.6+dfsg/usr/share/rear/verify/CDM/default/400_verify_cdm.sh:12:AGENT_DAEMON_OPTS="`cat ${RBA_DIR}/conf/agent_flags.conf`" rear-2.6+dfsg/usr/share/rear/verify/CDM/default/400_verify_cdm.sh-13-BOOTSTRAP_DAEMON=$RBA_BIN_DIR/bootstrap_agent_main ############################################## rear-2.6+dfsg/usr/share/rear/verify/DP/default/500_select_dp_restore.sh-31- cat $TMP_DIR/dp_list_of_fs_objects | while read object; do rear-2.6+dfsg/usr/share/rear/verify/DP/default/500_select_dp_restore.sh:32: host_fs=`echo ${object} | awk '{print $1}'` rear-2.6+dfsg/usr/share/rear/verify/DP/default/500_select_dp_restore.sh:33: fs=`echo ${object} | awk '{print $1}' | cut -d: -f 2` rear-2.6+dfsg/usr/share/rear/verify/DP/default/500_select_dp_restore.sh:34: label=`echo "${object}" | cut -d"'" -f 2` rear-2.6+dfsg/usr/share/rear/verify/DP/default/500_select_dp_restore.sh-35- ${OMNIDB} -filesystem $host_fs "$label" | grep -v "^SessionID" | grep -v "^===========" | awk '{ print $1 }' >> $TMP_DIR/dp_list_of_sessions.in ############################################## rear-2.6+dfsg/usr/share/rear/verify/GNU/Linux/260_recovery_storage_drivers.sh-32-It might work with the initrd 'as is' from the backup restore. rear-2.6+dfsg/usr/share/rear/verify/GNU/Linux/260_recovery_storage_drivers.sh:33:Before reboot check the recreated system (mounted at $TARGET_FS_ROOT) rear-2.6+dfsg/usr/share/rear/verify/GNU/Linux/260_recovery_storage_drivers.sh-34-and decide yourself, if your recreated system will boot or not. ############################################## rear-2.6+dfsg/usr/share/rear/verify/RBME/default/150_check_nobody_uid_nfs.sh-4- "nobody"|"-1"|"-2"|"4294967294") rear-2.6+dfsg/usr/share/rear/verify/RBME/default/150_check_nobody_uid_nfs.sh:5: Error "RBME rsync restore will result in a broken system (owner=$nfs_uid). rear-2.6+dfsg/usr/share/rear/verify/RBME/default/150_check_nobody_uid_nfs.sh-6-Please add in $CONFIG_DIR/local.conf BACKUP_OPTIONS=\"nfsvers=3,nolock\" ############################################## rear-2.6+dfsg/usr/share/rear/verify/RSYNC/default/150_check_rsync_protocol_version.sh-24- esac rear-2.6+dfsg/usr/share/rear/verify/RSYNC/default/150_check_rsync_protocol_version.sh:25: Log "Remote rsync system ($RSYNC_HOST) uses rsync protocol version $RSYNC_PROTOCOL_VERSION" rear-2.6+dfsg/usr/share/rear/verify/RSYNC/default/150_check_rsync_protocol_version.sh-26- ############################################## rear-2.6+dfsg/usr/share/rear/verify/RSYNC/default/150_check_rsync_protocol_version.sh-28- rear-2.6+dfsg/usr/share/rear/verify/RSYNC/default/150_check_rsync_protocol_version.sh:29: Log "Remote rsync system ($RSYNC_HOST) uses rsync protocol version $RSYNC_PROTOCOL_VERSION (overruled by user)" rear-2.6+dfsg/usr/share/rear/verify/RSYNC/default/150_check_rsync_protocol_version.sh-30- ############################################## rear-2.6+dfsg/usr/share/rear/verify/RSYNC/default/150_check_rsync_protocol_version.sh-36- # no xattrs available in remote rsync, so --fake-super is not possible rear-2.6+dfsg/usr/share/rear/verify/RSYNC/default/150_check_rsync_protocol_version.sh:37: Error "rsync --fake-super not possible on system ($RSYNC_HOST) (no xattrs compiled in rsync)" rear-2.6+dfsg/usr/share/rear/verify/RSYNC/default/150_check_rsync_protocol_version.sh-38- else ############################################## rear-2.6+dfsg/usr/share/rear/verify/RSYNC/default/150_check_rsync_protocol_version.sh-48- if [ ${BACKUP_RSYNC_OPTIONS[@]/--fake-super/} != ${BACKUP_RSUNC_OPTIONS[@]} ]; then rear-2.6+dfsg/usr/share/rear/verify/RSYNC/default/150_check_rsync_protocol_version.sh:49: Error "rsync --fake-super not possible on system ($RSYNC_HOST) (please upgrade rsync to 3.x)" rear-2.6+dfsg/usr/share/rear/verify/RSYNC/default/150_check_rsync_protocol_version.sh-50- else rear-2.6+dfsg/usr/share/rear/verify/RSYNC/default/150_check_rsync_protocol_version.sh:51: Log "Warning: rsync --fake-super not possible on system ($RSYNC_HOST) (please upgrade rsync to 3.x)" rear-2.6+dfsg/usr/share/rear/verify/RSYNC/default/150_check_rsync_protocol_version.sh-52- fi