/usr/local/jetapps/usr/share/rear/output/default
# remove the lockfile local scheme="$( url_scheme "$OUTPUT_URL" )" local path="$( url_path "$OUTPUT_URL" )" # if filesystem access to url is unsupported return silently (e.g. scheme tape) scheme_supports_filesystem "$scheme" || return 0 local opath="$( output_path "$scheme" "$path" )" # when OUTPUT_URL=BACKUP_URL we keep the lockfile to avoid double moves of the directory [[ "$OUTPUT_URL" != "$BACKUP_URL" ]] && rm -f $v "${opath}/.lockfile" >&2
.
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