
  TYPE
    fst$backup_information = record
      backup_system_defined_name: ost$binary_unique_name,
      date_time: ost$date_time,
      initial_vsn_of_backup_media: rmt$volume_descriptor,
      number_of_backups: integer,
    recend;

*copyc osd$unique_name
*copyc ost$date_time
*copyc rmd$volume_declarations
