— Dale Sinder and Steve Zoppi 25/04/18
Tip
The tutorial phases are arranged in a prescribed order, wherein each phase builds upon the previous. Performing these activities out of order will leave the installation in an inconsistent, or perhaps inoperable state.
After each significant milestone, it is a matter of good practice to perform a checkpoint backup of the changed files. In Phase 0 - Prepare Work Environment, the process for creating a cdc.io Cluster Backup was one of the tasks. Our objective in this phase is to establish a baseline git repository onto which this, and future changes, can be projected.
Because we have not made a change to Cluster Backup folder yet, it is an appropriate time to ensure that there is a baseline.
cdc.io backup target directory.git init command.gitignore file with the line /binary* in that same backup target directory location. This will exclude the PLATO Binary packs from being included in the repository.main branch. This will take a while.cdc.io c.backup command.
s0sup had files added to pack s0stuff. Pack s0sup was unchanged.
Processing Pack 'system'.
# Backup Date: Wednesday, 14. May 2025 08:12AM
# Origin Path: 'C:\Path\To\Cluster\Disks\DQ21_CYB0'
mfname system
serial system
type b.master
depth 3
max_names 2560
max_parts 3
structure m
model 1
STANDARD BACKUP: Writing Changed File 'mem' (Content diff at block 0.)
STANDARD BACKUP: Writing Changed File 'plato' (Content diff at block 0.)
STANDARD BACKUP: Writing Changed File 's' (Content diff at block 1.)
STANDARD BACKUP: Writing Changed File 'system' (Content diff at block 1.)
STANDARD BACKUP: Writing Changed File 's0notes' (Content diff at block 0.)
STANDARD BACKUP: Writing Changed File 's0terms' (Content diff at block 0.)
… (listing abbreviated) …
Processing Pack 'system4'.
# Backup Date: Wednesday, 14. May 2025 08:13AM
# Origin Path: 'C:\Path\To\Cluster\Disks\DQ22_CYB1'
mfname system4
serial system4
type b.master
depth 3
max_names 2560
max_parts 3
structure m
model 1
STANDARD BACKUP: Writing Changed File 'omem' (Content diff at block 0.)
STANDARD BACKUP: Writing Changed File 'oplato' (Content diff at block 0.)
STANDARD BACKUP: Writing Changed File 'os0notes' (Content diff at block 0.)
STANDARD BACKUP: Writing Changed File 'os0terms' (Content diff at block 0.)
… (listing abbreviated) …
Processing Pack 'develop'.
# Backup Date: Wednesday, 14. May 2025 08:25AM
# Origin Path: 'C:\Path\To\Cluster\Disks\DQ25_UOL'
mfname develop
serial develop
type b.master
depth 3
max_names 2560
max_parts 3
structure m
model 1
STANDARD BACKUP: Writing Changed File 'nedit' (Content diff at block 0.)
STANDARD BACKUP: Writing Changed File 'nmem' (Content diff at block 0.)
STANDARD BACKUP: Writing Changed File 'nplato' (Content diff at block 0.)
STANDARD BACKUP: Writing Changed File 'ns0notes' (Content diff at block 0.)
STANDARD BACKUP: Writing Changed File 'ns0terms' (Content diff at block 0.)
STANDARD BACKUP: Writing Changed File 'nuser' (Content diff at block 0.)
… (listing abbreviated) …
Processing Pack 'gena'.
# Backup Date: Wednesday, 14. May 2025 08:26AM
# Origin Path: 'C:\Path\To\Cluster\Disks\DQ27_GEN1'
mfname gena
serial gena
type b.general
depth 3
max_names 2560
max_parts 3
structure m
model 1
STANDARD BACKUP: Writing Changed File 'drsa' (Content diff at block 1.)
STANDARD BACKUP: Writing Changed File 'fancy' (Content diff at block 0.)
STANDARD BACKUP: Writing Changed File 'retro1' (Content diff at block 1.)
… (listing abbreviated) …
End of Function.
git status command and observing the output:
.gitignore because they are important parts of the backup structure.git add . command to add the Untracked files.git status command:
Backup / Source Checkpoint Complete!
Congratulations! You have successfully
… and are now ready to proceed to Phase 4 - Add More Support for L1P Terminals