Disk backup program that kept a record of changed sectors and backed up only the changing data, allowing a backup to be made incrementally from an initial first backup.
Packaging
Instructions
See attached instruction scan.
Tips
PUTTING A FORMAT OPTION IN SAM-IBU
(Rob Evans, SAM Supplement 2)
1. LOAD "Sam-IBU" program
2. ->> NOW TAKE THE DISK OUT YOUR DRIVE -<<
PRESS "C" THEN PRESS "1" and wait until you get an ERROR message. (you are now in BASIC).
3. LIST 9000 and EDIT line 9002. Change this to 9003 and press RETURN
4. INSERT THE FOLLOWING LINES:-
9001 PRINT AT 13,10;"FORMAT Y/N"
9002 GOSUB 9200
9200 REM
9210 IF INKEY$="" THEN GOTO 9210
9220 IF INKEY$="Y" OR INKEY$="y" THEN CLS:FORMAT:RETURN
9230 IF INKEY$="N" OR INKEY$="n" THEN RETURN
9240 GOTO 9220
5. NOW TYPE IN AS A DIRECT COMMAND:- GOTO 9900
This will resave the program for you onto drive 1.
THIS ONLY WORKS ON DRIVE 1 BUT CAN BE EASILY MODIFIED FOR DRIVE 2 OPERATION