Home » Archimedes archive » Micro User » MU 1991-04.adf » PD-Stuff » !Backup3/!Help/helptext
!Backup3/!Help/helptext
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Micro User » MU 1991-04.adf » PD-Stuff |
Filename: | !Backup3/!Help/helptext |
Read OK: | ✔ |
File size: | 0F6B bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Archimedes archive » Micro User » MU 1991-04.adf » PD-Stuff » !Backup3/!Help/helptext
- Archimedes archive » Micro User » MU 1991-03.adf » PD-Stuff » Utilities/!Backup3/!Help/helptext
File contents
RiscOS Hard Disc Backup Version 3 11 ----------------- Introduction ---------------- This application backs up hard discs (ADFS or SCSI) to as many ADFS floppies as required. It can be used for a full backup, where all files are copied, or an incremental backup where only the files that have been changed since the last backup are copied. It leaves a marker file (of type &409) in the source directory to record the date the last backup was made. ------------------- Running ------------------- Double-click on the application, or on a marker file. In the latter case, the source entry box will be filled in with the directory that that file was contained in, otherwise it will show a default. ---------------- Control Window --------------- Enter the required filing system name and source directory in the 'Source' box. The backup process will look at all files in that directory and any sub-directories below it. Enter a different drive number if required for the 'Destination'; this must be an ADFS floppy. Select 'Full' or 'Incremental' as required. If a marker file does not exist in the source directory, a full backup will automatically be done. Select 'Use exclusion list' if it is required to exclude certain directories from the backup process (see 'Exclude list' later for details). Select 'Process unstamped files' to include these in the backup process. If this is not set, all unstamped files will be ignored. If these are included, select 'Query unstamped files' to ask whether unstamped files should be copied. When everything is set up, click 'Start' or press RETURN to begin the backup. Click 'Info...' for program information or 'Help...' to view this help text. Click 'Quit' or press ESCAPE to exit. ----------------- In Progress ----------------- The progress window will pop up and show how the backup is going. Messages and questions will appear in the large white box at the bottom. To restart after a message, click 'Continue' or press RETURN. To reply Yes to a question, click 'Yes' or press RETURN, to reply No click 'No' or press ESCAPE. You will be asked to load discs as required. The program remembers which discs have been used before, and how much space is left on them, and may ask for one of them back if enough space is still free on it. If you insert an unformatted disc, you will be asked whether to format it. If you answer Yes, after it has been formatted (in D format) a box will pop up asking for a name for the new disc. Fill this in and press RETURN or click 'OK'. If you insert a disc for the first time which already has files on it, you will be asked whether these existing files should be deleted. When all is complete, a marker file will be created in the source directory to record the last backup date. If it is necessary to abandon the backup, kill the Backup task using the Task Manager. ---------------- Exclude list ----------------- To use the exclusion list option, edit the "Excludes" file in the application directory to contain the directory names that are not to be backed up. Name matching is case-sensitive, and is done on the last part of the name (so, for example, an entry of '.bak' will result in any directory with the name 'bak' being ignored while an entry of '$.bak' will only exclude the single 'bak' directory at the top level). ----------------- Information ----------------- This application is Public Domain and may be freely distributed on any medium. If you find any bugs, or have any suggestions for improvements, please contact me: Jonathan Marten 11 Carmarthen Close Farnborough Hampshire GU14 8TJ Phone: (0252) 542431 Arcade: 387 Email: jmarten@cix.compulink.co.uk ...!ukc!slxsys!cix!jmarten The !Help application was developed by Alex Hopkins and is used with permission.
00000000 52 69 73 63 4f 53 20 48 61 72 64 20 44 69 73 63 |RiscOS Hard Disc| 00000010 20 42 61 63 6b 75 70 20 20 20 20 20 20 20 20 20 | Backup | 00000020 20 20 20 56 65 72 73 69 6f 6e 20 33 0a 31 31 0a | Version 3.11.| 00000030 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000040 2d 20 49 6e 74 72 6f 64 75 63 74 69 6f 6e 20 2d |- Introduction -| 00000050 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a |---------------.| 00000060 54 68 69 73 20 61 70 70 6c 69 63 61 74 69 6f 6e |This application| 00000070 20 62 61 63 6b 73 20 75 70 20 68 61 72 64 20 64 | backs up hard d| 00000080 69 73 63 73 20 28 41 44 46 53 20 6f 72 0a 53 43 |iscs (ADFS or.SC| 00000090 53 49 29 20 74 6f 20 61 73 20 6d 61 6e 79 20 41 |SI) to as many A| 000000a0 44 46 53 20 66 6c 6f 70 70 69 65 73 20 61 73 20 |DFS floppies as | 000000b0 72 65 71 75 69 72 65 64 2e 20 20 49 74 0a 63 61 |required. It.ca| 000000c0 6e 20 62 65 20 75 73 65 64 20 66 6f 72 20 61 20 |n be used for a | 000000d0 66 75 6c 6c 20 62 61 63 6b 75 70 2c 20 77 68 65 |full backup, whe| 000000e0 72 65 20 61 6c 6c 20 66 69 6c 65 73 0a 61 72 65 |re all files.are| 000000f0 20 63 6f 70 69 65 64 2c 20 6f 72 20 61 6e 20 69 | copied, or an i| 00000100 6e 63 72 65 6d 65 6e 74 61 6c 20 62 61 63 6b 75 |ncremental backu| 00000110 70 20 77 68 65 72 65 20 6f 6e 6c 79 0a 74 68 65 |p where only.the| 00000120 20 66 69 6c 65 73 20 74 68 61 74 20 68 61 76 65 | files that have| 00000130 20 62 65 65 6e 20 63 68 61 6e 67 65 64 20 73 69 | been changed si| 00000140 6e 63 65 20 74 68 65 20 6c 61 73 74 0a 62 61 63 |nce the last.bac| 00000150 6b 75 70 20 61 72 65 20 63 6f 70 69 65 64 2e 20 |kup are copied. | 00000160 20 49 74 20 6c 65 61 76 65 73 20 61 20 6d 61 72 | It leaves a mar| 00000170 6b 65 72 20 66 69 6c 65 20 28 6f 66 0a 74 79 70 |ker file (of.typ| 00000180 65 20 26 34 30 39 29 20 69 6e 20 74 68 65 20 73 |e &409) in the s| 00000190 6f 75 72 63 65 20 64 69 72 65 63 74 6f 72 79 20 |ource directory | 000001a0 74 6f 20 72 65 63 6f 72 64 0a 74 68 65 20 64 61 |to record.the da| 000001b0 74 65 20 74 68 65 20 6c 61 73 74 20 62 61 63 6b |te the last back| 000001c0 75 70 20 77 61 73 20 6d 61 64 65 2e 20 0a 0a 2d |up was made. ..-| 000001d0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000001e0 2d 2d 20 52 75 6e 6e 69 6e 67 20 2d 2d 2d 2d 2d |-- Running -----| 000001f0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 44 |--------------.D| 00000200 6f 75 62 6c 65 2d 63 6c 69 63 6b 20 6f 6e 20 74 |ouble-click on t| 00000210 68 65 20 61 70 70 6c 69 63 61 74 69 6f 6e 2c 20 |he application, | 00000220 6f 72 20 6f 6e 20 61 20 6d 61 72 6b 65 72 0a 66 |or on a marker.f| 00000230 69 6c 65 2e 20 20 49 6e 20 74 68 65 20 6c 61 74 |ile. In the lat| 00000240 74 65 72 20 63 61 73 65 2c 20 74 68 65 20 73 6f |ter case, the so| 00000250 75 72 63 65 20 65 6e 74 72 79 20 62 6f 78 0a 77 |urce entry box.w| 00000260 69 6c 6c 20 62 65 20 66 69 6c 6c 65 64 20 69 6e |ill be filled in| 00000270 20 77 69 74 68 20 74 68 65 20 64 69 72 65 63 74 | with the direct| 00000280 6f 72 79 20 74 68 61 74 20 74 68 61 74 0a 66 69 |ory that that.fi| 00000290 6c 65 20 77 61 73 20 63 6f 6e 74 61 69 6e 65 64 |le was contained| 000002a0 20 69 6e 2c 20 6f 74 68 65 72 77 69 73 65 20 69 | in, otherwise i| 000002b0 74 20 77 69 6c 6c 20 73 68 6f 77 20 61 0a 64 65 |t will show a.de| 000002c0 66 61 75 6c 74 2e 20 0a 0a 0a 0a 0a 2d 2d 2d 2d |fault. .....----| 000002d0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 43 6f 6e |------------ Con| 000002e0 74 72 6f 6c 20 57 69 6e 64 6f 77 20 2d 2d 2d 2d |trol Window ----| 000002f0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 45 6e 74 65 |-----------.Ente| 00000300 72 20 74 68 65 20 72 65 71 75 69 72 65 64 20 66 |r the required f| 00000310 69 6c 69 6e 67 20 73 79 73 74 65 6d 20 6e 61 6d |iling system nam| 00000320 65 20 61 6e 64 0a 73 6f 75 72 63 65 20 64 69 72 |e and.source dir| 00000330 65 63 74 6f 72 79 20 69 6e 20 74 68 65 20 27 53 |ectory in the 'S| 00000340 6f 75 72 63 65 27 20 62 6f 78 2e 20 20 54 68 65 |ource' box. The| 00000350 0a 62 61 63 6b 75 70 20 70 72 6f 63 65 73 73 20 |.backup process | 00000360 77 69 6c 6c 20 6c 6f 6f 6b 20 61 74 20 61 6c 6c |will look at all| 00000370 20 66 69 6c 65 73 20 69 6e 20 74 68 61 74 0a 64 | files in that.d| 00000380 69 72 65 63 74 6f 72 79 20 61 6e 64 20 61 6e 79 |irectory and any| 00000390 20 73 75 62 2d 64 69 72 65 63 74 6f 72 69 65 73 | sub-directories| 000003a0 20 62 65 6c 6f 77 20 69 74 2e 20 0a 0a 45 6e 74 | below it. ..Ent| 000003b0 65 72 20 61 20 64 69 66 66 65 72 65 6e 74 20 64 |er a different d| 000003c0 72 69 76 65 20 6e 75 6d 62 65 72 20 69 66 20 72 |rive number if r| 000003d0 65 71 75 69 72 65 64 20 66 6f 72 0a 74 68 65 20 |equired for.the | 000003e0 27 44 65 73 74 69 6e 61 74 69 6f 6e 27 3b 20 74 |'Destination'; t| 000003f0 68 69 73 20 6d 75 73 74 20 62 65 20 61 6e 20 41 |his must be an A| 00000400 44 46 53 20 66 6c 6f 70 70 79 2e 20 0a 0a 53 65 |DFS floppy. ..Se| 00000410 6c 65 63 74 20 27 46 75 6c 6c 27 20 6f 72 20 27 |lect 'Full' or '| 00000420 49 6e 63 72 65 6d 65 6e 74 61 6c 27 20 61 73 20 |Incremental' as | 00000430 72 65 71 75 69 72 65 64 2e 20 20 49 66 0a 61 20 |required. If.a | 00000440 6d 61 72 6b 65 72 20 66 69 6c 65 20 64 6f 65 73 |marker file does| 00000450 20 6e 6f 74 20 65 78 69 73 74 20 69 6e 20 74 68 | not exist in th| 00000460 65 20 73 6f 75 72 63 65 0a 64 69 72 65 63 74 6f |e source.directo| 00000470 72 79 2c 20 61 20 66 75 6c 6c 20 62 61 63 6b 75 |ry, a full backu| 00000480 70 20 77 69 6c 6c 20 61 75 74 6f 6d 61 74 69 63 |p will automatic| 00000490 61 6c 6c 79 20 62 65 0a 64 6f 6e 65 2e 20 0a 0a |ally be.done. ..| 000004a0 53 65 6c 65 63 74 20 27 55 73 65 20 65 78 63 6c |Select 'Use excl| 000004b0 75 73 69 6f 6e 20 6c 69 73 74 27 20 69 66 20 69 |usion list' if i| 000004c0 74 20 69 73 20 72 65 71 75 69 72 65 64 0a 74 6f |t is required.to| 000004d0 20 65 78 63 6c 75 64 65 20 63 65 72 74 61 69 6e | exclude certain| 000004e0 20 64 69 72 65 63 74 6f 72 69 65 73 20 66 72 6f | directories fro| 000004f0 6d 20 74 68 65 20 62 61 63 6b 75 70 0a 70 72 6f |m the backup.pro| 00000500 63 65 73 73 20 28 73 65 65 20 27 45 78 63 6c 75 |cess (see 'Exclu| 00000510 64 65 20 6c 69 73 74 27 20 6c 61 74 65 72 20 66 |de list' later f| 00000520 6f 72 20 64 65 74 61 69 6c 73 29 2e 20 0a 0a 53 |or details). ..S| 00000530 65 6c 65 63 74 20 27 50 72 6f 63 65 73 73 20 75 |elect 'Process u| 00000540 6e 73 74 61 6d 70 65 64 20 66 69 6c 65 73 27 20 |nstamped files' | 00000550 74 6f 20 69 6e 63 6c 75 64 65 0a 74 68 65 73 65 |to include.these| 00000560 20 69 6e 20 74 68 65 20 62 61 63 6b 75 70 20 70 | in the backup p| 00000570 72 6f 63 65 73 73 2e 20 20 49 66 20 74 68 69 73 |rocess. If this| 00000580 20 69 73 20 6e 6f 74 0a 73 65 74 2c 20 61 6c 6c | is not.set, all| 00000590 20 75 6e 73 74 61 6d 70 65 64 20 66 69 6c 65 73 | unstamped files| 000005a0 20 77 69 6c 6c 20 62 65 20 69 67 6e 6f 72 65 64 | will be ignored| 000005b0 2e 20 20 49 66 0a 74 68 65 73 65 20 61 72 65 20 |. If.these are | 000005c0 69 6e 63 6c 75 64 65 64 2c 20 73 65 6c 65 63 74 |included, select| 000005d0 20 27 51 75 65 72 79 20 75 6e 73 74 61 6d 70 65 | 'Query unstampe| 000005e0 64 0a 66 69 6c 65 73 27 20 74 6f 20 61 73 6b 20 |d.files' to ask | 000005f0 77 68 65 74 68 65 72 20 75 6e 73 74 61 6d 70 65 |whether unstampe| 00000600 64 20 66 69 6c 65 73 20 73 68 6f 75 6c 64 20 62 |d files should b| 00000610 65 0a 63 6f 70 69 65 64 2e 20 0a 0a 57 68 65 6e |e.copied. ..When| 00000620 20 65 76 65 72 79 74 68 69 6e 67 20 69 73 20 73 | everything is s| 00000630 65 74 20 75 70 2c 20 63 6c 69 63 6b 20 27 53 74 |et up, click 'St| 00000640 61 72 74 27 20 6f 72 0a 70 72 65 73 73 20 52 45 |art' or.press RE| 00000650 54 55 52 4e 20 74 6f 20 62 65 67 69 6e 20 74 68 |TURN to begin th| 00000660 65 20 62 61 63 6b 75 70 2e 20 20 43 6c 69 63 6b |e backup. Click| 00000670 0a 27 49 6e 66 6f 2e 2e 2e 27 20 66 6f 72 20 70 |.'Info...' for p| 00000680 72 6f 67 72 61 6d 20 69 6e 66 6f 72 6d 61 74 69 |rogram informati| 00000690 6f 6e 20 6f 72 20 27 48 65 6c 70 2e 2e 2e 27 0a |on or 'Help...'.| 000006a0 74 6f 20 76 69 65 77 20 74 68 69 73 20 68 65 6c |to view this hel| 000006b0 70 20 74 65 78 74 2e 20 20 43 6c 69 63 6b 20 27 |p text. Click '| 000006c0 51 75 69 74 27 20 6f 72 20 70 72 65 73 73 0a 45 |Quit' or press.E| 000006d0 53 43 41 50 45 20 74 6f 20 65 78 69 74 2e 20 0a |SCAPE to exit. .| 000006e0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000006f0 2d 20 49 6e 20 50 72 6f 67 72 65 73 73 20 2d 2d |- In Progress --| 00000700 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a |---------------.| 00000710 54 68 65 20 70 72 6f 67 72 65 73 73 20 77 69 6e |The progress win| 00000720 64 6f 77 20 77 69 6c 6c 20 70 6f 70 20 75 70 20 |dow will pop up | 00000730 61 6e 64 20 73 68 6f 77 20 68 6f 77 0a 74 68 65 |and show how.the| 00000740 20 62 61 63 6b 75 70 20 69 73 20 67 6f 69 6e 67 | backup is going| 00000750 2e 20 20 4d 65 73 73 61 67 65 73 20 61 6e 64 20 |. Messages and | 00000760 71 75 65 73 74 69 6f 6e 73 0a 77 69 6c 6c 20 61 |questions.will a| 00000770 70 70 65 61 72 20 69 6e 20 74 68 65 20 6c 61 72 |ppear in the lar| 00000780 67 65 20 77 68 69 74 65 20 62 6f 78 20 61 74 20 |ge white box at | 00000790 74 68 65 0a 62 6f 74 74 6f 6d 2e 20 20 54 6f 20 |the.bottom. To | 000007a0 72 65 73 74 61 72 74 20 61 66 74 65 72 20 61 20 |restart after a | 000007b0 6d 65 73 73 61 67 65 2c 20 63 6c 69 63 6b 0a 27 |message, click.'| 000007c0 43 6f 6e 74 69 6e 75 65 27 20 6f 72 20 70 72 65 |Continue' or pre| 000007d0 73 73 20 52 45 54 55 52 4e 2e 20 20 54 6f 20 72 |ss RETURN. To r| 000007e0 65 70 6c 79 20 59 65 73 20 74 6f 20 61 0a 71 75 |eply Yes to a.qu| 000007f0 65 73 74 69 6f 6e 2c 20 63 6c 69 63 6b 20 27 59 |estion, click 'Y| 00000800 65 73 27 20 6f 72 20 70 72 65 73 73 20 52 45 54 |es' or press RET| 00000810 55 52 4e 2c 20 74 6f 20 72 65 70 6c 79 0a 4e 6f |URN, to reply.No| 00000820 20 63 6c 69 63 6b 20 27 4e 6f 27 20 6f 72 20 70 | click 'No' or p| 00000830 72 65 73 73 20 45 53 43 41 50 45 2e 20 0a 0a 59 |ress ESCAPE. ..Y| 00000840 6f 75 20 77 69 6c 6c 20 62 65 20 61 73 6b 65 64 |ou will be asked| 00000850 20 74 6f 20 6c 6f 61 64 20 64 69 73 63 73 20 61 | to load discs a| 00000860 73 20 72 65 71 75 69 72 65 64 2e 20 0a 54 68 65 |s required. .The| 00000870 20 70 72 6f 67 72 61 6d 20 72 65 6d 65 6d 62 65 | program remembe| 00000880 72 73 20 77 68 69 63 68 20 64 69 73 63 73 20 68 |rs which discs h| 00000890 61 76 65 20 62 65 65 6e 0a 75 73 65 64 20 62 65 |ave been.used be| 000008a0 66 6f 72 65 2c 20 61 6e 64 20 68 6f 77 20 6d 75 |fore, and how mu| 000008b0 63 68 20 73 70 61 63 65 20 69 73 20 6c 65 66 74 |ch space is left| 000008c0 20 6f 6e 0a 74 68 65 6d 2c 20 61 6e 64 20 6d 61 | on.them, and ma| 000008d0 79 20 61 73 6b 20 66 6f 72 20 6f 6e 65 20 6f 66 |y ask for one of| 000008e0 20 74 68 65 6d 20 62 61 63 6b 20 69 66 0a 65 6e | them back if.en| 000008f0 6f 75 67 68 20 73 70 61 63 65 20 69 73 20 73 74 |ough space is st| 00000900 69 6c 6c 20 66 72 65 65 20 6f 6e 20 69 74 2e 20 |ill free on it. | 00000910 0a 0a 49 66 20 79 6f 75 20 69 6e 73 65 72 74 20 |..If you insert | 00000920 61 6e 20 75 6e 66 6f 72 6d 61 74 74 65 64 20 64 |an unformatted d| 00000930 69 73 63 2c 20 79 6f 75 20 77 69 6c 6c 20 62 65 |isc, you will be| 00000940 0a 61 73 6b 65 64 20 77 68 65 74 68 65 72 20 74 |.asked whether t| 00000950 6f 20 66 6f 72 6d 61 74 20 69 74 2e 20 20 49 66 |o format it. If| 00000960 20 79 6f 75 20 61 6e 73 77 65 72 20 59 65 73 2c | you answer Yes,| 00000970 0a 61 66 74 65 72 20 69 74 20 68 61 73 20 62 65 |.after it has be| 00000980 65 6e 20 66 6f 72 6d 61 74 74 65 64 20 28 69 6e |en formatted (in| 00000990 20 44 20 66 6f 72 6d 61 74 29 20 61 20 62 6f 78 | D format) a box| 000009a0 0a 77 69 6c 6c 20 70 6f 70 20 75 70 20 61 73 6b |.will pop up ask| 000009b0 69 6e 67 20 66 6f 72 20 61 20 6e 61 6d 65 20 66 |ing for a name f| 000009c0 6f 72 20 74 68 65 20 6e 65 77 20 64 69 73 63 2e |or the new disc.| 000009d0 20 0a 46 69 6c 6c 20 74 68 69 73 20 69 6e 20 61 | .Fill this in a| 000009e0 6e 64 20 70 72 65 73 73 20 52 45 54 55 52 4e 20 |nd press RETURN | 000009f0 6f 72 20 63 6c 69 63 6b 20 27 4f 4b 27 2e 20 0a |or click 'OK'. .| 00000a00 49 66 20 79 6f 75 20 69 6e 73 65 72 74 20 61 20 |If you insert a | 00000a10 64 69 73 63 20 66 6f 72 20 74 68 65 20 66 69 72 |disc for the fir| 00000a20 73 74 20 74 69 6d 65 20 77 68 69 63 68 0a 61 6c |st time which.al| 00000a30 72 65 61 64 79 20 68 61 73 20 66 69 6c 65 73 20 |ready has files | 00000a40 6f 6e 20 69 74 2c 20 79 6f 75 20 77 69 6c 6c 20 |on it, you will | 00000a50 62 65 20 61 73 6b 65 64 0a 77 68 65 74 68 65 72 |be asked.whether| 00000a60 20 74 68 65 73 65 20 65 78 69 73 74 69 6e 67 20 | these existing | 00000a70 66 69 6c 65 73 20 73 68 6f 75 6c 64 20 62 65 20 |files should be | 00000a80 64 65 6c 65 74 65 64 2e 20 0a 0a 57 68 65 6e 20 |deleted. ..When | 00000a90 61 6c 6c 20 69 73 20 63 6f 6d 70 6c 65 74 65 2c |all is complete,| 00000aa0 20 61 20 6d 61 72 6b 65 72 20 66 69 6c 65 20 77 | a marker file w| 00000ab0 69 6c 6c 20 62 65 0a 63 72 65 61 74 65 64 20 69 |ill be.created i| 00000ac0 6e 20 74 68 65 20 73 6f 75 72 63 65 20 64 69 72 |n the source dir| 00000ad0 65 63 74 6f 72 79 20 74 6f 20 72 65 63 6f 72 64 |ectory to record| 00000ae0 20 74 68 65 0a 6c 61 73 74 20 62 61 63 6b 75 70 | the.last backup| 00000af0 20 64 61 74 65 2e 20 0a 0a 49 66 20 69 74 20 69 | date. ..If it i| 00000b00 73 20 6e 65 63 65 73 73 61 72 79 20 74 6f 20 61 |s necessary to a| 00000b10 62 61 6e 64 6f 6e 20 74 68 65 20 62 61 63 6b 75 |bandon the backu| 00000b20 70 2c 20 6b 69 6c 6c 0a 74 68 65 20 42 61 63 6b |p, kill.the Back| 00000b30 75 70 20 74 61 73 6b 20 75 73 69 6e 67 20 74 68 |up task using th| 00000b40 65 20 54 61 73 6b 20 4d 61 6e 61 67 65 72 2e 20 |e Task Manager. | 00000b50 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |.---------------| 00000b60 2d 20 45 78 63 6c 75 64 65 20 6c 69 73 74 20 2d |- Exclude list -| 00000b70 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000b80 0a 54 6f 20 75 73 65 20 74 68 65 20 65 78 63 6c |.To use the excl| 00000b90 75 73 69 6f 6e 20 6c 69 73 74 20 6f 70 74 69 6f |usion list optio| 00000ba0 6e 2c 20 65 64 69 74 20 74 68 65 0a 22 45 78 63 |n, edit the."Exc| 00000bb0 6c 75 64 65 73 22 20 66 69 6c 65 20 69 6e 20 74 |ludes" file in t| 00000bc0 68 65 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 64 |he application d| 00000bd0 69 72 65 63 74 6f 72 79 20 74 6f 0a 63 6f 6e 74 |irectory to.cont| 00000be0 61 69 6e 20 74 68 65 20 64 69 72 65 63 74 6f 72 |ain the director| 00000bf0 79 20 6e 61 6d 65 73 20 74 68 61 74 20 61 72 65 |y names that are| 00000c00 20 6e 6f 74 20 74 6f 20 62 65 0a 62 61 63 6b 65 | not to be.backe| 00000c10 64 20 75 70 2e 20 20 4e 61 6d 65 20 6d 61 74 63 |d up. Name matc| 00000c20 68 69 6e 67 20 69 73 20 63 61 73 65 2d 73 65 6e |hing is case-sen| 00000c30 73 69 74 69 76 65 2c 0a 61 6e 64 20 69 73 20 64 |sitive,.and is d| 00000c40 6f 6e 65 20 6f 6e 20 74 68 65 20 6c 61 73 74 20 |one on the last | 00000c50 70 61 72 74 20 6f 66 20 74 68 65 20 6e 61 6d 65 |part of the name| 00000c60 20 28 73 6f 2c 0a 66 6f 72 20 65 78 61 6d 70 6c | (so,.for exampl| 00000c70 65 2c 20 61 6e 20 65 6e 74 72 79 20 6f 66 20 27 |e, an entry of '| 00000c80 2e 62 61 6b 27 20 77 69 6c 6c 20 72 65 73 75 6c |.bak' will resul| 00000c90 74 20 69 6e 0a 61 6e 79 20 64 69 72 65 63 74 6f |t in.any directo| 00000ca0 72 79 20 77 69 74 68 20 74 68 65 20 6e 61 6d 65 |ry with the name| 00000cb0 20 27 62 61 6b 27 20 62 65 69 6e 67 20 69 67 6e | 'bak' being ign| 00000cc0 6f 72 65 64 0a 77 68 69 6c 65 20 61 6e 20 65 6e |ored.while an en| 00000cd0 74 72 79 20 6f 66 20 27 24 2e 62 61 6b 27 20 77 |try of '$.bak' w| 00000ce0 69 6c 6c 20 6f 6e 6c 79 20 65 78 63 6c 75 64 65 |ill only exclude| 00000cf0 20 74 68 65 0a 73 69 6e 67 6c 65 20 27 62 61 6b | the.single 'bak| 00000d00 27 20 64 69 72 65 63 74 6f 72 79 20 61 74 20 74 |' directory at t| 00000d10 68 65 20 74 6f 70 20 6c 65 76 65 6c 29 2e 20 0a |he top level). .| 00000d20 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000d30 2d 20 49 6e 66 6f 72 6d 61 74 69 6f 6e 20 2d 2d |- Information --| 00000d40 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a |---------------.| 00000d50 54 68 69 73 20 61 70 70 6c 69 63 61 74 69 6f 6e |This application| 00000d60 20 69 73 20 50 75 62 6c 69 63 20 44 6f 6d 61 69 | is Public Domai| 00000d70 6e 20 61 6e 64 20 6d 61 79 20 62 65 0a 66 72 65 |n and may be.fre| 00000d80 65 6c 79 20 64 69 73 74 72 69 62 75 74 65 64 20 |ely distributed | 00000d90 6f 6e 20 61 6e 79 20 6d 65 64 69 75 6d 2e 20 20 |on any medium. | 00000da0 49 66 20 79 6f 75 20 66 69 6e 64 0a 61 6e 79 20 |If you find.any | 00000db0 62 75 67 73 2c 20 6f 72 20 68 61 76 65 20 61 6e |bugs, or have an| 00000dc0 79 20 73 75 67 67 65 73 74 69 6f 6e 73 20 66 6f |y suggestions fo| 00000dd0 72 0a 69 6d 70 72 6f 76 65 6d 65 6e 74 73 2c 20 |r.improvements, | 00000de0 70 6c 65 61 73 65 20 63 6f 6e 74 61 63 74 20 6d |please contact m| 00000df0 65 3a 0a 0a 20 20 20 4a 6f 6e 61 74 68 61 6e 20 |e:.. Jonathan | 00000e00 4d 61 72 74 65 6e 20 20 20 20 20 20 20 20 20 31 |Marten 1| 00000e10 31 20 43 61 72 6d 61 72 74 68 65 6e 20 43 6c 6f |1 Carmarthen Clo| 00000e20 73 65 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |se. | 00000e30 20 20 20 20 20 20 20 20 20 20 20 20 20 20 46 61 | Fa| 00000e40 72 6e 62 6f 72 6f 75 67 68 0a 20 20 20 20 20 20 |rnborough. | 00000e50 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000e60 20 20 20 20 20 48 61 6d 70 73 68 69 72 65 0a 20 | Hampshire. | 00000e70 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000e80 20 20 20 20 20 20 20 20 20 20 47 55 31 34 20 38 | GU14 8| 00000e90 54 4a 0a 20 20 50 68 6f 6e 65 3a 20 20 20 20 20 |TJ. Phone: | 00000ea0 28 30 32 35 32 29 20 35 34 32 34 33 31 0a 20 20 |(0252) 542431. | 00000eb0 41 72 63 61 64 65 3a 20 20 20 20 33 38 37 0a 20 |Arcade: 387. | 00000ec0 20 45 6d 61 69 6c 3a 20 20 20 20 20 6a 6d 61 72 | Email: jmar| 00000ed0 74 65 6e 40 63 69 78 2e 63 6f 6d 70 75 6c 69 6e |ten@cix.compulin| 00000ee0 6b 2e 63 6f 2e 75 6b 0a 20 20 20 20 20 20 20 20 |k.co.uk. | 00000ef0 20 20 20 20 20 2e 2e 2e 21 75 6b 63 21 73 6c 78 | ...!ukc!slx| 00000f00 73 79 73 21 63 69 78 21 6a 6d 61 72 74 65 6e 0a |sys!cix!jmarten.| 00000f10 0a 0a 0a 54 68 65 20 21 48 65 6c 70 20 61 70 70 |...The !Help app| 00000f20 6c 69 63 61 74 69 6f 6e 20 77 61 73 20 64 65 76 |lication was dev| 00000f30 65 6c 6f 70 65 64 20 62 79 0a 41 6c 65 78 20 48 |eloped by.Alex H| 00000f40 6f 70 6b 69 6e 73 20 61 6e 64 20 69 73 20 75 73 |opkins and is us| 00000f50 65 64 20 77 69 74 68 20 70 65 72 6d 69 73 73 69 |ed with permissi| 00000f60 6f 6e 2e 0a 0a 0a 0a 0a 0a 0a 0a |on.........| 00000f6b