
  TYPE
    put$log_keyed_file_parameters = record
      path: fst$path,
      path_size: fst$path_size,
      password: pft$password,
      global_file_name: ost$binary_unique_name,
      backup_information: amt$backup_information,
      volume_list_size: ost$positive_integers,
    recend;

*copyc amt$backup_information
*copyc fst$path
*copyc fst$path_size
*copyc ost$binary_unique_name
*copyc ost$positive_integers
*copyc pft$password
