/usr/local/jetapps/usr/share/rear/prep/default
# For "rear mkbackup/mkrescue/mkbackuponly/mkopalpba" # (i.e. for all workflows that run the 'prep' stage) # check that the OUTPUT method is actually implemented # i.e. check that a usr/share/rear/output/$OUTPUT directory exists # and error out when an OUTPUT method seems to be not supported # to ensure that the user cannot specify a non-working OUTPUT in /etc/rear/local.conf # see https://github.com/rear/rear/issues/2501 # and cf. usr/share/rear/prep/default/035_valid_backup_methods.sh if ! test -d "$SHARE_DIR/output/$OUTPUT" ; then Error "The OUTPUT method '$OUTPUT' is not supported (no $SHARE_DIR/output/$OUTPUT directory)" fi
.
Edit
..
Edit
005_remove_workflow_conf.sh
Edit
020_translate_url.sh
Edit
030_translate_tape.sh
Edit
035_valid_backup_methods.sh
Edit
036_valid_output_methods.sh
Edit
040_check_backup_and_output_scheme.sh
Edit
050_check_keep_old_output_copy_var.sh
Edit
100_init_workflow_conf.sh
Edit
320_include_uefi_env.sh
Edit
321_EFISTUB_check_uefi_env.sh
Edit
330_include_uefi_tools.sh
Edit
340_include_password_tools.sh
Edit
380_include_opal_tools.sh
Edit
390_include_python.sh
Edit
400_save_directories.sh
Edit
490_store_write_protect_settings.sh
Edit
989_check_for_restore_esp.sh
Edit
990_verify_empty_rootfs.sh
Edit