DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦4329e65b1⟧ TextFile

    Length: 403 (0x193)
    Types: TextFile
    Names: »BACKUP_COM«

Derivation

└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
    └─ ⟦fc9b38f02⟧ »DATA« 
        └─⟦8e9e227a9⟧ 
            └─⟦this⟧ 

TextFile

$ BACKUP_SAVE_SET = "SRC.X.RXI.REV10-10.EXE.XDECUS_VMS5_4_ULTRIXCONNECTION13A"
$ RESTORE_SAVE_SET = f$parse( f$environment("DEFAULT"), , , "DIRECTORY")
$ RESTORE_SAVE_SET = f$extract( 1, f$length(RESTORE_SAVE_SET)-2, RESTORE_SAVE_SET )
$ CMD = "backup/log rxi-backup.bck/save_set/select=[" + -
      BACKUP_SAVE_SET + "...]  [" + RESTORE_SAVE_SET + -
      "...]/new_version
$ write sys$output CMD
$ CMD