/usr/local/jetapps/usr/share/rear/output/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. # # 400_copy_disk_struct_files.sh if [ -z "$BLOCKCLONE_SAVE_MBR_DEV" ]; then return fi local backup_path="$( url_path "$BACKUP_URL" )" local opath="$( backup_path "$scheme" "$path" )" LogPrint "Copying $VAR_DIR/layout/$BLOCKCLONE_PARTITIONS_CONF_FILE to $opath" cp $v "$VAR_DIR/layout/$BLOCKCLONE_PARTITIONS_CONF_FILE" "$opath" StopIfError "Failed to copy \ $VAR_DIR/layout/$BLOCKCLONE_PARTITIONS_CONF_FILE to $opath" LogPrint "Copying $VAR_DIR/layout/$BLOCKCLONE_MBR_FILE to $opath" cp $v "$VAR_DIR/layout/$BLOCKCLONE_MBR_FILE" "$opath" StopIfError "Failed to copy $VAR_DIR/layout/$BLOCKCLONE_MBR_FILE to $opath"
.
Edit
..
Edit
010_set_umask.sh
Edit
100_mount_output_path.sh
Edit
150_save_copy_of_prefix_dir.sh
Edit
200_make_boot_dir.sh
Edit
200_make_prefix_dir.sh
Edit
250_create_lock.sh
Edit
400_copy_disk_struct_files.sh
Edit
940_grub2_rescue.sh
Edit
940_grub_rescue.sh
Edit
950_copy_result_files.sh
Edit
950_email_result_files.sh
Edit
970_remove_lock.sh
Edit
980_umount_output_dir.sh
Edit