Home » Archimedes archive » Acorn User » AU 1997-07 A.adf » Extras » Backup/!Backup/!Help
Backup/!Backup/!Help
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 » Acorn User » AU 1997-07 A.adf » Extras |
Filename: | Backup/!Backup/!Help |
Read OK: | ✔ |
File size: | 1AC9 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Backup ====== (C) Martyn Fox 1997 =================== This application makes it easy to maintain a backup copy of your hard disc on some other medium. A variety of large-capacity removable media formats are now available such as Jazz, Zip, PD (e.g. Cumana Proteus) and Syquest drives. These can be used to keep a safety copy of all or part of your hard disc en masse. Alternatively, parts of the disc can be backed up on a series of floppies. Making a backup copy is, in itself, simple. You just have to copy everything from the source disc to the backup with the �Newer� option set (this can be done via the �Options� submenu from the Filer window menu). This means that you don�t waste time overwriting files which haven�t changed since the last backup. Problems start to arise, however, when you delete unwanted material from your hard disc. Unless you remember to delete them from your backup as well, the backup will become littered with old files that you thought you�d got rid of. This application deals with the problem by comparing your hard disc (or the portion which you wish to back up) with the backup disc. Anything which exists only on the backup is moved into a special directory, leaving you to decide what to do with it. Any part of the disc can be covered, from a single subdirectory to the entire hard disc, using a backup medium of sufficient capacity. All operation is multi-tasking, so other multi-tasking applications can run at the same time. Special features of the software make it easy to back up any of the following; � An entire hard disc to another disc of suitable size. � Any portion of a hard disc to a smaller disc, by selection of the appropriate subdirectories. � A portion of a hard disc to the corresponding part of a backup disc which has a similar directory tree. � Any directory or group of directories to a floppy. Two basic principles are observed; � Nothing is altered on the source disc, which is merely read. � Nothing is deleted from the backup disc; objects are simply moved. If an object is found on the backup disc which is not present on the source disc, a special directory is created in the top directory of the portion of the backup disc being checked. By default, this is called �++Backup++�, though you can change this name if you wish. Any object not on the source disc is moved into this backup directory, with its original directory path being duplicated within the backup directory. This feature makes it easier to tell where an object came from when deciding whether or not to delete it. Any object which is a file on one disc and a directory on the other is treated in the same way. Using Backup ============ The application is started in the usual RISC�OS manner by double-clicking on its icon in a directory window. As well as an icon appearing on the icon bar, the application window will open. This window may be closed at any time by clicking on the �Cancel� button and reopened by clicking on the icon bar icon. You can back up several subdirectories from the same parent directory in one operation by selecting their icons with the Adjust button and dragging them to the top part of the window. The way in which the application works is slightly different if you drag more than one icon. If you want to back up the contents of one directory, you can drag the directory icon from its parent directory window to the top part of the !Backup window (anywhere within the box surrounding the top writeable icon will do). Alternatively, if the directory�s own window is open, you can drag any object from within it with the Shift key held down (the key must be down when you release the mouse button). If you want to back up the entire disc, drag any object from it, then click on the top �Root� button. If you only dragged one icon, the pathname of the directory to be backed up will appear in the top writeable icon. You can then click on it and modify it by typing and deleting. You must, though, end up with a valid directory pathname or the software will attempt to back up the contents of a non-existent directory. If you drag several icons, the pathname shown will be that of the directories� parent followed by �.<Selection>�. The Shift key will have no effect and you will find that you can�t modify the contents of the icon. You can, however, drag a new icon to the window to reverse this situation and you can still use the Root button. After you�ve set up the pathname from the source disc, drag any object from the backup disc to the bottom part of the window. The pathname which appears will be identical to the source pathname, but with the name of the source disc replaced by that of the backup disc. This makes it easier to back up part of a disc onto the equivalent part of another disc with a similar directory tree. This pathname may also be altered by typing or with the Root button. The operation is in two stages, Purge and Copy, either or both of which can be selected by the two buttons on the right-hand side of the window. Purge is the process described above, moving objects into the backup directory, and is always performed before Copy if both are selected. Copy is simply the process of copying objects from the source disc to the backup with the �Newer� option set. All file moving and copying is performed by the RISC�OS Filer Action application. When you are ready, click on the �Start� button and the process will begin. A further click on this button during the Purge operation will suspend the process. If you want to stop during the Copy stage, you should click on the �Pause� button in the Filer Action window. The backup directory is only created if there is an object to be moved. Its presence is checked for at the start of the operation, which will not proceed if it is present. If this happens, you can proceed either by deleting the backup directory (after doing something with anything in it which you want to keep) or by choosing a different name for it � this will probably result in the original backup directory being purged into the new one. No special provision has been made for archives but an open archive can be handled the same as an ordinary directory. The application initially uses a Wimp slot of 64k. After initialisation, this is reduced to about 36k on a Risc Pc. The amount of memory required during operation depends on the depth of the directory tree being checked. The program takes just a few k for each directory level and gives it back when it has finished with it. Acknowledgements are due to my son Alexander Fox who designed the application sprite and made several programming suggestions.
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000020 20 20 20 42 61 63 6b 75 70 0a 20 20 20 20 20 20 | Backup. | 00000030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000040 20 20 20 20 20 20 20 20 20 20 20 20 20 3d 3d 3d | ===| 00000050 3d 3d 3d 0a 0a 20 20 20 20 20 20 20 20 20 20 20 |===.. | 00000060 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000070 20 28 43 29 20 4d 61 72 74 79 6e 20 46 6f 78 20 | (C) Martyn Fox | 00000080 31 39 39 37 0a 20 20 20 20 20 20 20 20 20 20 20 |1997. | 00000090 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000000a0 20 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d | ===============| 000000b0 3d 3d 3d 3d 0a 0a 54 68 69 73 20 61 70 70 6c 69 |====..This appli| 000000c0 63 61 74 69 6f 6e 20 6d 61 6b 65 73 20 69 74 20 |cation makes it | 000000d0 65 61 73 79 20 74 6f 20 6d 61 69 6e 74 61 69 6e |easy to maintain| 000000e0 20 61 20 62 61 63 6b 75 70 20 63 6f 70 79 20 6f | a backup copy o| 000000f0 66 20 79 6f 75 72 20 68 61 72 64 20 64 69 73 63 |f your hard disc| 00000100 0a 6f 6e 20 73 6f 6d 65 20 6f 74 68 65 72 20 6d |.on some other m| 00000110 65 64 69 75 6d 2e 0a 0a 41 20 76 61 72 69 65 74 |edium...A variet| 00000120 79 20 6f 66 20 6c 61 72 67 65 2d 63 61 70 61 63 |y of large-capac| 00000130 69 74 79 20 72 65 6d 6f 76 61 62 6c 65 20 6d 65 |ity removable me| 00000140 64 69 61 20 66 6f 72 6d 61 74 73 20 61 72 65 20 |dia formats are | 00000150 6e 6f 77 20 61 76 61 69 6c 61 62 6c 65 20 73 75 |now available su| 00000160 63 68 0a 61 73 20 4a 61 7a 7a 2c 20 5a 69 70 2c |ch.as Jazz, Zip,| 00000170 20 50 44 20 28 65 2e 67 2e 20 43 75 6d 61 6e 61 | PD (e.g. Cumana| 00000180 20 50 72 6f 74 65 75 73 29 20 61 6e 64 20 53 79 | Proteus) and Sy| 00000190 71 75 65 73 74 20 64 72 69 76 65 73 2e 20 54 68 |quest drives. Th| 000001a0 65 73 65 20 63 61 6e 20 62 65 20 75 73 65 64 0a |ese can be used.| 000001b0 74 6f 20 6b 65 65 70 20 61 20 73 61 66 65 74 79 |to keep a safety| 000001c0 20 63 6f 70 79 20 6f 66 20 61 6c 6c 20 6f 72 20 | copy of all or | 000001d0 70 61 72 74 20 6f 66 20 79 6f 75 72 20 68 61 72 |part of your har| 000001e0 64 20 64 69 73 63 20 65 6e 20 6d 61 73 73 65 2e |d disc en masse.| 000001f0 0a 41 6c 74 65 72 6e 61 74 69 76 65 6c 79 2c 20 |.Alternatively, | 00000200 70 61 72 74 73 20 6f 66 20 74 68 65 20 64 69 73 |parts of the dis| 00000210 63 20 63 61 6e 20 62 65 20 62 61 63 6b 65 64 20 |c can be backed | 00000220 75 70 20 6f 6e 20 61 20 73 65 72 69 65 73 20 6f |up on a series o| 00000230 66 20 66 6c 6f 70 70 69 65 73 2e 0a 0a 4d 61 6b |f floppies...Mak| 00000240 69 6e 67 20 61 20 62 61 63 6b 75 70 20 63 6f 70 |ing a backup cop| 00000250 79 20 69 73 2c 20 69 6e 20 69 74 73 65 6c 66 2c |y is, in itself,| 00000260 20 73 69 6d 70 6c 65 2e 20 59 6f 75 20 6a 75 73 | simple. You jus| 00000270 74 20 68 61 76 65 20 74 6f 20 63 6f 70 79 20 65 |t have to copy e| 00000280 76 65 72 79 74 68 69 6e 67 0a 66 72 6f 6d 20 74 |verything.from t| 00000290 68 65 20 73 6f 75 72 63 65 20 64 69 73 63 20 74 |he source disc t| 000002a0 6f 20 74 68 65 20 62 61 63 6b 75 70 20 77 69 74 |o the backup wit| 000002b0 68 20 74 68 65 20 90 4e 65 77 65 72 91 20 6f 70 |h the .Newer. op| 000002c0 74 69 6f 6e 20 73 65 74 20 28 74 68 69 73 20 63 |tion set (this c| 000002d0 61 6e 20 62 65 0a 64 6f 6e 65 20 76 69 61 20 74 |an be.done via t| 000002e0 68 65 20 90 4f 70 74 69 6f 6e 73 91 20 73 75 62 |he .Options. sub| 000002f0 6d 65 6e 75 20 66 72 6f 6d 20 74 68 65 20 46 69 |menu from the Fi| 00000300 6c 65 72 20 77 69 6e 64 6f 77 20 6d 65 6e 75 29 |ler window menu)| 00000310 2e 20 54 68 69 73 20 6d 65 61 6e 73 20 74 68 61 |. This means tha| 00000320 74 0a 79 6f 75 20 64 6f 6e 91 74 20 77 61 73 74 |t.you don.t wast| 00000330 65 20 74 69 6d 65 20 6f 76 65 72 77 72 69 74 69 |e time overwriti| 00000340 6e 67 20 66 69 6c 65 73 20 77 68 69 63 68 20 68 |ng files which h| 00000350 61 76 65 6e 91 74 20 63 68 61 6e 67 65 64 20 73 |aven.t changed s| 00000360 69 6e 63 65 20 74 68 65 20 6c 61 73 74 0a 62 61 |ince the last.ba| 00000370 63 6b 75 70 2e 0a 0a 50 72 6f 62 6c 65 6d 73 20 |ckup...Problems | 00000380 73 74 61 72 74 20 74 6f 20 61 72 69 73 65 2c 20 |start to arise, | 00000390 68 6f 77 65 76 65 72 2c 20 77 68 65 6e 20 79 6f |however, when yo| 000003a0 75 20 64 65 6c 65 74 65 20 75 6e 77 61 6e 74 65 |u delete unwante| 000003b0 64 20 6d 61 74 65 72 69 61 6c 20 66 72 6f 6d 0a |d material from.| 000003c0 79 6f 75 72 20 68 61 72 64 20 64 69 73 63 2e 20 |your hard disc. | 000003d0 55 6e 6c 65 73 73 20 79 6f 75 20 72 65 6d 65 6d |Unless you remem| 000003e0 62 65 72 20 74 6f 20 64 65 6c 65 74 65 20 74 68 |ber to delete th| 000003f0 65 6d 20 66 72 6f 6d 20 79 6f 75 72 20 62 61 63 |em from your bac| 00000400 6b 75 70 20 61 73 20 77 65 6c 6c 2c 0a 74 68 65 |kup as well,.the| 00000410 20 62 61 63 6b 75 70 20 77 69 6c 6c 20 62 65 63 | backup will bec| 00000420 6f 6d 65 20 6c 69 74 74 65 72 65 64 20 77 69 74 |ome littered wit| 00000430 68 20 6f 6c 64 20 66 69 6c 65 73 20 74 68 61 74 |h old files that| 00000440 20 79 6f 75 20 74 68 6f 75 67 68 74 20 79 6f 75 | you thought you| 00000450 91 64 20 67 6f 74 0a 72 69 64 20 6f 66 2e 0a 0a |.d got.rid of...| 00000460 54 68 69 73 20 61 70 70 6c 69 63 61 74 69 6f 6e |This application| 00000470 20 64 65 61 6c 73 20 77 69 74 68 20 74 68 65 20 | deals with the | 00000480 70 72 6f 62 6c 65 6d 20 62 79 20 63 6f 6d 70 61 |problem by compa| 00000490 72 69 6e 67 20 79 6f 75 72 20 68 61 72 64 20 64 |ring your hard d| 000004a0 69 73 63 20 28 6f 72 20 74 68 65 0a 70 6f 72 74 |isc (or the.port| 000004b0 69 6f 6e 20 77 68 69 63 68 20 79 6f 75 20 77 69 |ion which you wi| 000004c0 73 68 20 74 6f 20 62 61 63 6b 20 75 70 29 20 77 |sh to back up) w| 000004d0 69 74 68 20 74 68 65 20 62 61 63 6b 75 70 20 64 |ith the backup d| 000004e0 69 73 63 2e 20 41 6e 79 74 68 69 6e 67 20 77 68 |isc. Anything wh| 000004f0 69 63 68 0a 65 78 69 73 74 73 20 6f 6e 6c 79 20 |ich.exists only | 00000500 6f 6e 20 74 68 65 20 62 61 63 6b 75 70 20 69 73 |on the backup is| 00000510 20 6d 6f 76 65 64 20 69 6e 74 6f 20 61 20 73 70 | moved into a sp| 00000520 65 63 69 61 6c 20 64 69 72 65 63 74 6f 72 79 2c |ecial directory,| 00000530 20 6c 65 61 76 69 6e 67 20 79 6f 75 20 74 6f 0a | leaving you to.| 00000540 64 65 63 69 64 65 20 77 68 61 74 20 74 6f 20 64 |decide what to d| 00000550 6f 20 77 69 74 68 20 69 74 2e 20 41 6e 79 20 70 |o with it. Any p| 00000560 61 72 74 20 6f 66 20 74 68 65 20 64 69 73 63 20 |art of the disc | 00000570 63 61 6e 20 62 65 20 63 6f 76 65 72 65 64 2c 20 |can be covered, | 00000580 66 72 6f 6d 20 61 0a 73 69 6e 67 6c 65 20 73 75 |from a.single su| 00000590 62 64 69 72 65 63 74 6f 72 79 20 74 6f 20 74 68 |bdirectory to th| 000005a0 65 20 65 6e 74 69 72 65 20 68 61 72 64 20 64 69 |e entire hard di| 000005b0 73 63 2c 20 75 73 69 6e 67 20 61 20 62 61 63 6b |sc, using a back| 000005c0 75 70 20 6d 65 64 69 75 6d 20 6f 66 0a 73 75 66 |up medium of.suf| 000005d0 66 69 63 69 65 6e 74 20 63 61 70 61 63 69 74 79 |ficient capacity| 000005e0 2e 20 41 6c 6c 20 6f 70 65 72 61 74 69 6f 6e 20 |. All operation | 000005f0 69 73 20 6d 75 6c 74 69 2d 74 61 73 6b 69 6e 67 |is multi-tasking| 00000600 2c 20 73 6f 20 6f 74 68 65 72 20 6d 75 6c 74 69 |, so other multi| 00000610 2d 74 61 73 6b 69 6e 67 0a 61 70 70 6c 69 63 61 |-tasking.applica| 00000620 74 69 6f 6e 73 20 63 61 6e 20 72 75 6e 20 61 74 |tions can run at| 00000630 20 74 68 65 20 73 61 6d 65 20 74 69 6d 65 2e 0a | the same time..| 00000640 0a 53 70 65 63 69 61 6c 20 66 65 61 74 75 72 65 |.Special feature| 00000650 73 20 6f 66 20 74 68 65 20 73 6f 66 74 77 61 72 |s of the softwar| 00000660 65 20 6d 61 6b 65 20 69 74 20 65 61 73 79 20 74 |e make it easy t| 00000670 6f 20 62 61 63 6b 20 75 70 20 61 6e 79 20 6f 66 |o back up any of| 00000680 20 74 68 65 0a 66 6f 6c 6c 6f 77 69 6e 67 3b 0a | the.following;.| 00000690 0a 20 20 8f 20 41 6e 20 65 6e 74 69 72 65 20 68 |. . An entire h| 000006a0 61 72 64 20 64 69 73 63 20 74 6f 20 61 6e 6f 74 |ard disc to anot| 000006b0 68 65 72 20 64 69 73 63 20 6f 66 20 73 75 69 74 |her disc of suit| 000006c0 61 62 6c 65 20 73 69 7a 65 2e 0a 0a 20 20 8f 20 |able size... . | 000006d0 41 6e 79 20 70 6f 72 74 69 6f 6e 20 6f 66 20 61 |Any portion of a| 000006e0 20 68 61 72 64 20 64 69 73 63 20 74 6f 20 61 20 | hard disc to a | 000006f0 73 6d 61 6c 6c 65 72 20 64 69 73 63 2c 20 62 79 |smaller disc, by| 00000700 20 73 65 6c 65 63 74 69 6f 6e 20 6f 66 20 74 68 | selection of th| 00000710 65 0a 20 20 20 20 61 70 70 72 6f 70 72 69 61 74 |e. appropriat| 00000720 65 20 73 75 62 64 69 72 65 63 74 6f 72 69 65 73 |e subdirectories| 00000730 2e 0a 0a 20 20 8f 20 41 20 70 6f 72 74 69 6f 6e |... . A portion| 00000740 20 6f 66 20 61 20 68 61 72 64 20 64 69 73 63 20 | of a hard disc | 00000750 74 6f 20 74 68 65 20 63 6f 72 72 65 73 70 6f 6e |to the correspon| 00000760 64 69 6e 67 20 70 61 72 74 20 6f 66 20 61 20 62 |ding part of a b| 00000770 61 63 6b 75 70 20 64 69 73 63 0a 20 20 20 20 77 |ackup disc. w| 00000780 68 69 63 68 20 68 61 73 20 61 20 73 69 6d 69 6c |hich has a simil| 00000790 61 72 20 64 69 72 65 63 74 6f 72 79 20 74 72 65 |ar directory tre| 000007a0 65 2e 0a 0a 20 20 8f 20 41 6e 79 20 64 69 72 65 |e... . Any dire| 000007b0 63 74 6f 72 79 20 6f 72 20 67 72 6f 75 70 20 6f |ctory or group o| 000007c0 66 20 64 69 72 65 63 74 6f 72 69 65 73 20 74 6f |f directories to| 000007d0 20 61 20 66 6c 6f 70 70 79 2e 0a 0a 54 77 6f 20 | a floppy...Two | 000007e0 62 61 73 69 63 20 70 72 69 6e 63 69 70 6c 65 73 |basic principles| 000007f0 20 61 72 65 20 6f 62 73 65 72 76 65 64 3b 0a 0a | are observed;..| 00000800 20 20 8f 20 4e 6f 74 68 69 6e 67 20 69 73 20 61 | . Nothing is a| 00000810 6c 74 65 72 65 64 20 6f 6e 20 74 68 65 20 73 6f |ltered on the so| 00000820 75 72 63 65 20 64 69 73 63 2c 20 77 68 69 63 68 |urce disc, which| 00000830 20 69 73 20 6d 65 72 65 6c 79 20 72 65 61 64 2e | is merely read.| 00000840 0a 0a 20 20 8f 20 4e 6f 74 68 69 6e 67 20 69 73 |.. . Nothing is| 00000850 20 64 65 6c 65 74 65 64 20 66 72 6f 6d 20 74 68 | deleted from th| 00000860 65 20 62 61 63 6b 75 70 20 64 69 73 63 3b 20 6f |e backup disc; o| 00000870 62 6a 65 63 74 73 20 61 72 65 20 73 69 6d 70 6c |bjects are simpl| 00000880 79 20 6d 6f 76 65 64 2e 0a 0a 49 66 20 61 6e 20 |y moved...If an | 00000890 6f 62 6a 65 63 74 20 69 73 20 66 6f 75 6e 64 20 |object is found | 000008a0 6f 6e 20 74 68 65 20 62 61 63 6b 75 70 20 64 69 |on the backup di| 000008b0 73 63 20 77 68 69 63 68 20 69 73 20 6e 6f 74 20 |sc which is not | 000008c0 70 72 65 73 65 6e 74 20 6f 6e 20 74 68 65 20 73 |present on the s| 000008d0 6f 75 72 63 65 0a 64 69 73 63 2c 20 61 20 73 70 |ource.disc, a sp| 000008e0 65 63 69 61 6c 20 64 69 72 65 63 74 6f 72 79 20 |ecial directory | 000008f0 69 73 20 63 72 65 61 74 65 64 20 69 6e 20 74 68 |is created in th| 00000900 65 20 74 6f 70 20 64 69 72 65 63 74 6f 72 79 20 |e top directory | 00000910 6f 66 20 74 68 65 20 70 6f 72 74 69 6f 6e 20 6f |of the portion o| 00000920 66 0a 74 68 65 20 62 61 63 6b 75 70 20 64 69 73 |f.the backup dis| 00000930 63 20 62 65 69 6e 67 20 63 68 65 63 6b 65 64 2e |c being checked.| 00000940 20 42 79 20 64 65 66 61 75 6c 74 2c 20 74 68 69 | By default, thi| 00000950 73 20 69 73 20 63 61 6c 6c 65 64 20 90 2b 2b 42 |s is called .++B| 00000960 61 63 6b 75 70 2b 2b 91 2c 0a 74 68 6f 75 67 68 |ackup++.,.though| 00000970 20 79 6f 75 20 63 61 6e 20 63 68 61 6e 67 65 20 | you can change | 00000980 74 68 69 73 20 6e 61 6d 65 20 69 66 20 79 6f 75 |this name if you| 00000990 20 77 69 73 68 2e 20 41 6e 79 20 6f 62 6a 65 63 | wish. Any objec| 000009a0 74 20 6e 6f 74 20 6f 6e 20 74 68 65 20 73 6f 75 |t not on the sou| 000009b0 72 63 65 20 64 69 73 63 20 69 73 20 6d 6f 76 65 |rce disc is move| 000009c0 64 0a 69 6e 74 6f 20 74 68 69 73 20 62 61 63 6b |d.into this back| 000009d0 75 70 20 64 69 72 65 63 74 6f 72 79 2c 20 77 69 |up directory, wi| 000009e0 74 68 20 69 74 73 20 6f 72 69 67 69 6e 61 6c 20 |th its original | 000009f0 64 69 72 65 63 74 6f 72 79 20 70 61 74 68 20 62 |directory path b| 00000a00 65 69 6e 67 0a 64 75 70 6c 69 63 61 74 65 64 20 |eing.duplicated | 00000a10 77 69 74 68 69 6e 20 74 68 65 20 62 61 63 6b 75 |within the backu| 00000a20 70 20 64 69 72 65 63 74 6f 72 79 2e 20 54 68 69 |p directory. Thi| 00000a30 73 20 66 65 61 74 75 72 65 20 6d 61 6b 65 73 20 |s feature makes | 00000a40 69 74 20 65 61 73 69 65 72 20 74 6f 20 74 65 6c |it easier to tel| 00000a50 6c 0a 77 68 65 72 65 20 61 6e 20 6f 62 6a 65 63 |l.where an objec| 00000a60 74 20 63 61 6d 65 20 66 72 6f 6d 20 77 68 65 6e |t came from when| 00000a70 20 64 65 63 69 64 69 6e 67 20 77 68 65 74 68 65 | deciding whethe| 00000a80 72 20 6f 72 20 6e 6f 74 20 74 6f 20 64 65 6c 65 |r or not to dele| 00000a90 74 65 20 69 74 2e 20 41 6e 79 0a 6f 62 6a 65 63 |te it. Any.objec| 00000aa0 74 20 77 68 69 63 68 20 69 73 20 61 20 66 69 6c |t which is a fil| 00000ab0 65 20 6f 6e 20 6f 6e 65 20 64 69 73 63 20 61 6e |e on one disc an| 00000ac0 64 20 61 20 64 69 72 65 63 74 6f 72 79 20 6f 6e |d a directory on| 00000ad0 20 74 68 65 20 6f 74 68 65 72 20 69 73 20 74 72 | the other is tr| 00000ae0 65 61 74 65 64 0a 69 6e 20 74 68 65 20 73 61 6d |eated.in the sam| 00000af0 65 20 77 61 79 2e 0a 0a 20 20 20 20 20 20 20 20 |e way... | 00000b00 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000b10 20 20 20 20 20 55 73 69 6e 67 20 42 61 63 6b 75 | Using Backu| 00000b20 70 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |p. | 00000b30 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3d | =| 00000b40 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 54 68 65 |===========..The| 00000b50 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 69 73 20 | application is | 00000b60 73 74 61 72 74 65 64 20 69 6e 20 74 68 65 20 75 |started in the u| 00000b70 73 75 61 6c 20 52 49 53 43 a0 4f 53 20 6d 61 6e |sual RISC.OS man| 00000b80 6e 65 72 20 62 79 20 64 6f 75 62 6c 65 2d 63 6c |ner by double-cl| 00000b90 69 63 6b 69 6e 67 20 6f 6e 0a 69 74 73 20 69 63 |icking on.its ic| 00000ba0 6f 6e 20 69 6e 20 61 20 64 69 72 65 63 74 6f 72 |on in a director| 00000bb0 79 20 77 69 6e 64 6f 77 2e 20 41 73 20 77 65 6c |y window. As wel| 00000bc0 6c 20 61 73 20 61 6e 20 69 63 6f 6e 20 61 70 70 |l as an icon app| 00000bd0 65 61 72 69 6e 67 20 6f 6e 20 74 68 65 20 69 63 |earing on the ic| 00000be0 6f 6e 0a 62 61 72 2c 20 74 68 65 20 61 70 70 6c |on.bar, the appl| 00000bf0 69 63 61 74 69 6f 6e 20 77 69 6e 64 6f 77 20 77 |ication window w| 00000c00 69 6c 6c 20 6f 70 65 6e 2e 20 54 68 69 73 20 77 |ill open. This w| 00000c10 69 6e 64 6f 77 20 6d 61 79 20 62 65 20 63 6c 6f |indow may be clo| 00000c20 73 65 64 20 61 74 20 61 6e 79 20 74 69 6d 65 0a |sed at any time.| 00000c30 62 79 20 63 6c 69 63 6b 69 6e 67 20 6f 6e 20 74 |by clicking on t| 00000c40 68 65 20 90 43 61 6e 63 65 6c 91 20 62 75 74 74 |he .Cancel. butt| 00000c50 6f 6e 20 61 6e 64 20 72 65 6f 70 65 6e 65 64 20 |on and reopened | 00000c60 62 79 20 63 6c 69 63 6b 69 6e 67 20 6f 6e 20 74 |by clicking on t| 00000c70 68 65 20 69 63 6f 6e 20 62 61 72 0a 69 63 6f 6e |he icon bar.icon| 00000c80 2e 0a 0a 59 6f 75 20 63 61 6e 20 62 61 63 6b 20 |...You can back | 00000c90 75 70 20 73 65 76 65 72 61 6c 20 73 75 62 64 69 |up several subdi| 00000ca0 72 65 63 74 6f 72 69 65 73 20 66 72 6f 6d 20 74 |rectories from t| 00000cb0 68 65 20 73 61 6d 65 20 70 61 72 65 6e 74 20 64 |he same parent d| 00000cc0 69 72 65 63 74 6f 72 79 20 69 6e 20 6f 6e 65 0a |irectory in one.| 00000cd0 6f 70 65 72 61 74 69 6f 6e 20 62 79 20 73 65 6c |operation by sel| 00000ce0 65 63 74 69 6e 67 20 74 68 65 69 72 20 69 63 6f |ecting their ico| 00000cf0 6e 73 20 77 69 74 68 20 74 68 65 20 41 64 6a 75 |ns with the Adju| 00000d00 73 74 20 62 75 74 74 6f 6e 20 61 6e 64 20 64 72 |st button and dr| 00000d10 61 67 67 69 6e 67 20 74 68 65 6d 0a 74 6f 20 74 |agging them.to t| 00000d20 68 65 20 74 6f 70 20 70 61 72 74 20 6f 66 20 74 |he top part of t| 00000d30 68 65 20 77 69 6e 64 6f 77 2e 20 54 68 65 20 77 |he window. The w| 00000d40 61 79 20 69 6e 20 77 68 69 63 68 20 74 68 65 20 |ay in which the | 00000d50 61 70 70 6c 69 63 61 74 69 6f 6e 20 77 6f 72 6b |application work| 00000d60 73 20 69 73 0a 73 6c 69 67 68 74 6c 79 20 64 69 |s is.slightly di| 00000d70 66 66 65 72 65 6e 74 20 69 66 20 79 6f 75 20 64 |fferent if you d| 00000d80 72 61 67 20 6d 6f 72 65 20 74 68 61 6e 20 6f 6e |rag more than on| 00000d90 65 20 69 63 6f 6e 2e 20 49 66 20 79 6f 75 20 77 |e icon. If you w| 00000da0 61 6e 74 20 74 6f 20 62 61 63 6b 20 75 70 0a 74 |ant to back up.t| 00000db0 68 65 20 63 6f 6e 74 65 6e 74 73 20 6f 66 20 6f |he contents of o| 00000dc0 6e 65 20 64 69 72 65 63 74 6f 72 79 2c 20 79 6f |ne directory, yo| 00000dd0 75 20 63 61 6e 20 64 72 61 67 20 74 68 65 20 64 |u can drag the d| 00000de0 69 72 65 63 74 6f 72 79 20 69 63 6f 6e 20 66 72 |irectory icon fr| 00000df0 6f 6d 20 69 74 73 0a 70 61 72 65 6e 74 20 64 69 |om its.parent di| 00000e00 72 65 63 74 6f 72 79 20 77 69 6e 64 6f 77 20 74 |rectory window t| 00000e10 6f 20 74 68 65 20 74 6f 70 20 70 61 72 74 20 6f |o the top part o| 00000e20 66 20 74 68 65 20 21 42 61 63 6b 75 70 20 77 69 |f the !Backup wi| 00000e30 6e 64 6f 77 20 28 61 6e 79 77 68 65 72 65 0a 77 |ndow (anywhere.w| 00000e40 69 74 68 69 6e 20 74 68 65 20 62 6f 78 20 73 75 |ithin the box su| 00000e50 72 72 6f 75 6e 64 69 6e 67 20 74 68 65 20 74 6f |rrounding the to| 00000e60 70 20 77 72 69 74 65 61 62 6c 65 20 69 63 6f 6e |p writeable icon| 00000e70 20 77 69 6c 6c 20 64 6f 29 2e 20 41 6c 74 65 72 | will do). Alter| 00000e80 6e 61 74 69 76 65 6c 79 2c 0a 69 66 20 74 68 65 |natively,.if the| 00000e90 20 64 69 72 65 63 74 6f 72 79 91 73 20 6f 77 6e | directory.s own| 00000ea0 20 77 69 6e 64 6f 77 20 69 73 20 6f 70 65 6e 2c | window is open,| 00000eb0 20 79 6f 75 20 63 61 6e 20 64 72 61 67 20 61 6e | you can drag an| 00000ec0 79 20 6f 62 6a 65 63 74 20 66 72 6f 6d 20 77 69 |y object from wi| 00000ed0 74 68 69 6e 0a 69 74 20 77 69 74 68 20 74 68 65 |thin.it with the| 00000ee0 20 53 68 69 66 74 20 6b 65 79 20 68 65 6c 64 20 | Shift key held | 00000ef0 64 6f 77 6e 20 28 74 68 65 20 6b 65 79 20 6d 75 |down (the key mu| 00000f00 73 74 20 62 65 20 64 6f 77 6e 20 77 68 65 6e 20 |st be down when | 00000f10 79 6f 75 20 72 65 6c 65 61 73 65 20 74 68 65 0a |you release the.| 00000f20 6d 6f 75 73 65 20 62 75 74 74 6f 6e 29 2e 20 49 |mouse button). I| 00000f30 66 20 79 6f 75 20 77 61 6e 74 20 74 6f 20 62 61 |f you want to ba| 00000f40 63 6b 20 75 70 20 74 68 65 20 65 6e 74 69 72 65 |ck up the entire| 00000f50 20 64 69 73 63 2c 20 64 72 61 67 20 61 6e 79 20 | disc, drag any | 00000f60 6f 62 6a 65 63 74 20 66 72 6f 6d 0a 69 74 2c 20 |object from.it, | 00000f70 74 68 65 6e 20 63 6c 69 63 6b 20 6f 6e 20 74 68 |then click on th| 00000f80 65 20 74 6f 70 20 90 52 6f 6f 74 91 20 62 75 74 |e top .Root. but| 00000f90 74 6f 6e 2e 0a 0a 49 66 20 79 6f 75 20 6f 6e 6c |ton...If you onl| 00000fa0 79 20 64 72 61 67 67 65 64 20 6f 6e 65 20 69 63 |y dragged one ic| 00000fb0 6f 6e 2c 20 74 68 65 20 70 61 74 68 6e 61 6d 65 |on, the pathname| 00000fc0 20 6f 66 20 74 68 65 20 64 69 72 65 63 74 6f 72 | of the director| 00000fd0 79 20 74 6f 20 62 65 20 62 61 63 6b 65 64 20 75 |y to be backed u| 00000fe0 70 0a 77 69 6c 6c 20 61 70 70 65 61 72 20 69 6e |p.will appear in| 00000ff0 20 74 68 65 20 74 6f 70 20 77 72 69 74 65 61 62 | the top writeab| 00001000 6c 65 20 69 63 6f 6e 2e 20 59 6f 75 20 63 61 6e |le icon. You can| 00001010 20 74 68 65 6e 20 63 6c 69 63 6b 20 6f 6e 20 69 | then click on i| 00001020 74 20 61 6e 64 20 6d 6f 64 69 66 79 0a 69 74 20 |t and modify.it | 00001030 62 79 20 74 79 70 69 6e 67 20 61 6e 64 20 64 65 |by typing and de| 00001040 6c 65 74 69 6e 67 2e 20 59 6f 75 20 6d 75 73 74 |leting. You must| 00001050 2c 20 74 68 6f 75 67 68 2c 20 65 6e 64 20 75 70 |, though, end up| 00001060 20 77 69 74 68 20 61 20 76 61 6c 69 64 20 64 69 | with a valid di| 00001070 72 65 63 74 6f 72 79 0a 70 61 74 68 6e 61 6d 65 |rectory.pathname| 00001080 20 6f 72 20 74 68 65 20 73 6f 66 74 77 61 72 65 | or the software| 00001090 20 77 69 6c 6c 20 61 74 74 65 6d 70 74 20 74 6f | will attempt to| 000010a0 20 62 61 63 6b 20 75 70 20 74 68 65 20 63 6f 6e | back up the con| 000010b0 74 65 6e 74 73 20 6f 66 20 61 0a 6e 6f 6e 2d 65 |tents of a.non-e| 000010c0 78 69 73 74 65 6e 74 20 64 69 72 65 63 74 6f 72 |xistent director| 000010d0 79 2e 0a 0a 49 66 20 79 6f 75 20 64 72 61 67 20 |y...If you drag | 000010e0 73 65 76 65 72 61 6c 20 69 63 6f 6e 73 2c 20 74 |several icons, t| 000010f0 68 65 20 70 61 74 68 6e 61 6d 65 20 73 68 6f 77 |he pathname show| 00001100 6e 20 77 69 6c 6c 20 62 65 20 74 68 61 74 20 6f |n will be that o| 00001110 66 20 74 68 65 0a 64 69 72 65 63 74 6f 72 69 65 |f the.directorie| 00001120 73 91 20 70 61 72 65 6e 74 20 66 6f 6c 6c 6f 77 |s. parent follow| 00001130 65 64 20 62 79 20 90 2e 3c 53 65 6c 65 63 74 69 |ed by ..<Selecti| 00001140 6f 6e 3e 91 2e 20 54 68 65 20 53 68 69 66 74 20 |on>.. The Shift | 00001150 6b 65 79 20 77 69 6c 6c 20 68 61 76 65 20 6e 6f |key will have no| 00001160 0a 65 66 66 65 63 74 20 61 6e 64 20 79 6f 75 20 |.effect and you | 00001170 77 69 6c 6c 20 66 69 6e 64 20 74 68 61 74 20 79 |will find that y| 00001180 6f 75 20 63 61 6e 91 74 20 6d 6f 64 69 66 79 20 |ou can.t modify | 00001190 74 68 65 20 63 6f 6e 74 65 6e 74 73 20 6f 66 20 |the contents of | 000011a0 74 68 65 20 69 63 6f 6e 2e 20 59 6f 75 0a 63 61 |the icon. You.ca| 000011b0 6e 2c 20 68 6f 77 65 76 65 72 2c 20 64 72 61 67 |n, however, drag| 000011c0 20 61 20 6e 65 77 20 69 63 6f 6e 20 74 6f 20 74 | a new icon to t| 000011d0 68 65 20 77 69 6e 64 6f 77 20 74 6f 20 72 65 76 |he window to rev| 000011e0 65 72 73 65 20 74 68 69 73 20 73 69 74 75 61 74 |erse this situat| 000011f0 69 6f 6e 20 61 6e 64 0a 79 6f 75 20 63 61 6e 20 |ion and.you can | 00001200 73 74 69 6c 6c 20 75 73 65 20 74 68 65 20 52 6f |still use the Ro| 00001210 6f 74 20 62 75 74 74 6f 6e 2e 0a 0a 41 66 74 65 |ot button...Afte| 00001220 72 20 79 6f 75 91 76 65 20 73 65 74 20 75 70 20 |r you.ve set up | 00001230 74 68 65 20 70 61 74 68 6e 61 6d 65 20 66 72 6f |the pathname fro| 00001240 6d 20 74 68 65 20 73 6f 75 72 63 65 20 64 69 73 |m the source dis| 00001250 63 2c 20 64 72 61 67 20 61 6e 79 20 6f 62 6a 65 |c, drag any obje| 00001260 63 74 20 66 72 6f 6d 0a 74 68 65 20 62 61 63 6b |ct from.the back| 00001270 75 70 20 64 69 73 63 20 74 6f 20 74 68 65 20 62 |up disc to the b| 00001280 6f 74 74 6f 6d 20 70 61 72 74 20 6f 66 20 74 68 |ottom part of th| 00001290 65 20 77 69 6e 64 6f 77 2e 20 54 68 65 20 70 61 |e window. The pa| 000012a0 74 68 6e 61 6d 65 20 77 68 69 63 68 20 61 70 70 |thname which app| 000012b0 65 61 72 73 0a 77 69 6c 6c 20 62 65 20 69 64 65 |ears.will be ide| 000012c0 6e 74 69 63 61 6c 20 74 6f 20 74 68 65 20 73 6f |ntical to the so| 000012d0 75 72 63 65 20 70 61 74 68 6e 61 6d 65 2c 20 62 |urce pathname, b| 000012e0 75 74 20 77 69 74 68 20 74 68 65 20 6e 61 6d 65 |ut with the name| 000012f0 20 6f 66 20 74 68 65 20 73 6f 75 72 63 65 0a 64 | of the source.d| 00001300 69 73 63 20 72 65 70 6c 61 63 65 64 20 62 79 20 |isc replaced by | 00001310 74 68 61 74 20 6f 66 20 74 68 65 20 62 61 63 6b |that of the back| 00001320 75 70 20 64 69 73 63 2e 20 54 68 69 73 20 6d 61 |up disc. This ma| 00001330 6b 65 73 20 69 74 20 65 61 73 69 65 72 20 74 6f |kes it easier to| 00001340 20 62 61 63 6b 20 75 70 0a 70 61 72 74 20 6f 66 | back up.part of| 00001350 20 61 20 64 69 73 63 20 6f 6e 74 6f 20 74 68 65 | a disc onto the| 00001360 20 65 71 75 69 76 61 6c 65 6e 74 20 70 61 72 74 | equivalent part| 00001370 20 6f 66 20 61 6e 6f 74 68 65 72 20 64 69 73 63 | of another disc| 00001380 20 77 69 74 68 20 61 20 73 69 6d 69 6c 61 72 0a | with a similar.| 00001390 64 69 72 65 63 74 6f 72 79 20 74 72 65 65 2e 20 |directory tree. | 000013a0 54 68 69 73 20 70 61 74 68 6e 61 6d 65 20 6d 61 |This pathname ma| 000013b0 79 20 61 6c 73 6f 20 62 65 20 61 6c 74 65 72 65 |y also be altere| 000013c0 64 20 62 79 20 74 79 70 69 6e 67 20 6f 72 20 77 |d by typing or w| 000013d0 69 74 68 20 74 68 65 20 52 6f 6f 74 0a 62 75 74 |ith the Root.but| 000013e0 74 6f 6e 2e 0a 0a 54 68 65 20 6f 70 65 72 61 74 |ton...The operat| 000013f0 69 6f 6e 20 69 73 20 69 6e 20 74 77 6f 20 73 74 |ion is in two st| 00001400 61 67 65 73 2c 20 50 75 72 67 65 20 61 6e 64 20 |ages, Purge and | 00001410 43 6f 70 79 2c 20 65 69 74 68 65 72 20 6f 72 20 |Copy, either or | 00001420 62 6f 74 68 20 6f 66 20 77 68 69 63 68 20 63 61 |both of which ca| 00001430 6e 0a 62 65 20 73 65 6c 65 63 74 65 64 20 62 79 |n.be selected by| 00001440 20 74 68 65 20 74 77 6f 20 62 75 74 74 6f 6e 73 | the two buttons| 00001450 20 6f 6e 20 74 68 65 20 72 69 67 68 74 2d 68 61 | on the right-ha| 00001460 6e 64 20 73 69 64 65 20 6f 66 20 74 68 65 20 77 |nd side of the w| 00001470 69 6e 64 6f 77 2e 20 50 75 72 67 65 0a 69 73 20 |indow. Purge.is | 00001480 74 68 65 20 70 72 6f 63 65 73 73 20 64 65 73 63 |the process desc| 00001490 72 69 62 65 64 20 61 62 6f 76 65 2c 20 6d 6f 76 |ribed above, mov| 000014a0 69 6e 67 20 6f 62 6a 65 63 74 73 20 69 6e 74 6f |ing objects into| 000014b0 20 74 68 65 20 62 61 63 6b 75 70 20 64 69 72 65 | the backup dire| 000014c0 63 74 6f 72 79 2c 0a 61 6e 64 20 69 73 20 61 6c |ctory,.and is al| 000014d0 77 61 79 73 20 70 65 72 66 6f 72 6d 65 64 20 62 |ways performed b| 000014e0 65 66 6f 72 65 20 43 6f 70 79 20 69 66 20 62 6f |efore Copy if bo| 000014f0 74 68 20 61 72 65 20 73 65 6c 65 63 74 65 64 2e |th are selected.| 00001500 20 43 6f 70 79 20 69 73 20 73 69 6d 70 6c 79 20 | Copy is simply | 00001510 74 68 65 0a 70 72 6f 63 65 73 73 20 6f 66 20 63 |the.process of c| 00001520 6f 70 79 69 6e 67 20 6f 62 6a 65 63 74 73 20 66 |opying objects f| 00001530 72 6f 6d 20 74 68 65 20 73 6f 75 72 63 65 20 64 |rom the source d| 00001540 69 73 63 20 74 6f 20 74 68 65 20 62 61 63 6b 75 |isc to the backu| 00001550 70 20 77 69 74 68 20 74 68 65 0a 90 4e 65 77 65 |p with the..Newe| 00001560 72 91 20 6f 70 74 69 6f 6e 20 73 65 74 2e 20 41 |r. option set. A| 00001570 6c 6c 20 66 69 6c 65 20 6d 6f 76 69 6e 67 20 61 |ll file moving a| 00001580 6e 64 20 63 6f 70 79 69 6e 67 20 69 73 20 70 65 |nd copying is pe| 00001590 72 66 6f 72 6d 65 64 20 62 79 20 74 68 65 20 52 |rformed by the R| 000015a0 49 53 43 a0 4f 53 0a 46 69 6c 65 72 20 41 63 74 |ISC.OS.Filer Act| 000015b0 69 6f 6e 20 61 70 70 6c 69 63 61 74 69 6f 6e 2e |ion application.| 000015c0 0a 0a 57 68 65 6e 20 79 6f 75 20 61 72 65 20 72 |..When you are r| 000015d0 65 61 64 79 2c 20 63 6c 69 63 6b 20 6f 6e 20 74 |eady, click on t| 000015e0 68 65 20 90 53 74 61 72 74 91 20 62 75 74 74 6f |he .Start. butto| 000015f0 6e 20 61 6e 64 20 74 68 65 20 70 72 6f 63 65 73 |n and the proces| 00001600 73 20 77 69 6c 6c 20 62 65 67 69 6e 2e 0a 41 20 |s will begin..A | 00001610 66 75 72 74 68 65 72 20 63 6c 69 63 6b 20 6f 6e |further click on| 00001620 20 74 68 69 73 20 62 75 74 74 6f 6e 20 64 75 72 | this button dur| 00001630 69 6e 67 20 74 68 65 20 50 75 72 67 65 20 6f 70 |ing the Purge op| 00001640 65 72 61 74 69 6f 6e 20 77 69 6c 6c 20 73 75 73 |eration will sus| 00001650 70 65 6e 64 20 74 68 65 0a 70 72 6f 63 65 73 73 |pend the.process| 00001660 2e 20 49 66 20 79 6f 75 20 77 61 6e 74 20 74 6f |. If you want to| 00001670 20 73 74 6f 70 20 64 75 72 69 6e 67 20 74 68 65 | stop during the| 00001680 20 43 6f 70 79 20 73 74 61 67 65 2c 20 79 6f 75 | Copy stage, you| 00001690 20 73 68 6f 75 6c 64 20 63 6c 69 63 6b 20 6f 6e | should click on| 000016a0 20 74 68 65 0a 90 50 61 75 73 65 91 20 62 75 74 | the..Pause. but| 000016b0 74 6f 6e 20 69 6e 20 74 68 65 20 46 69 6c 65 72 |ton in the Filer| 000016c0 20 41 63 74 69 6f 6e 20 77 69 6e 64 6f 77 2e 0a | Action window..| 000016d0 0a 54 68 65 20 62 61 63 6b 75 70 20 64 69 72 65 |.The backup dire| 000016e0 63 74 6f 72 79 20 69 73 20 6f 6e 6c 79 20 63 72 |ctory is only cr| 000016f0 65 61 74 65 64 20 69 66 20 74 68 65 72 65 20 69 |eated if there i| 00001700 73 20 61 6e 20 6f 62 6a 65 63 74 20 74 6f 20 62 |s an object to b| 00001710 65 20 6d 6f 76 65 64 2e 20 49 74 73 0a 70 72 65 |e moved. Its.pre| 00001720 73 65 6e 63 65 20 69 73 20 63 68 65 63 6b 65 64 |sence is checked| 00001730 20 66 6f 72 20 61 74 20 74 68 65 20 73 74 61 72 | for at the star| 00001740 74 20 6f 66 20 74 68 65 20 6f 70 65 72 61 74 69 |t of the operati| 00001750 6f 6e 2c 20 77 68 69 63 68 20 77 69 6c 6c 20 6e |on, which will n| 00001760 6f 74 0a 70 72 6f 63 65 65 64 20 69 66 20 69 74 |ot.proceed if it| 00001770 20 69 73 20 70 72 65 73 65 6e 74 2e 20 49 66 20 | is present. If | 00001780 74 68 69 73 20 68 61 70 70 65 6e 73 2c 20 79 6f |this happens, yo| 00001790 75 20 63 61 6e 20 70 72 6f 63 65 65 64 20 65 69 |u can proceed ei| 000017a0 74 68 65 72 20 62 79 0a 64 65 6c 65 74 69 6e 67 |ther by.deleting| 000017b0 20 74 68 65 20 62 61 63 6b 75 70 20 64 69 72 65 | the backup dire| 000017c0 63 74 6f 72 79 20 28 61 66 74 65 72 20 64 6f 69 |ctory (after doi| 000017d0 6e 67 20 73 6f 6d 65 74 68 69 6e 67 20 77 69 74 |ng something wit| 000017e0 68 20 61 6e 79 74 68 69 6e 67 20 69 6e 20 69 74 |h anything in it| 000017f0 0a 77 68 69 63 68 20 79 6f 75 20 77 61 6e 74 20 |.which you want | 00001800 74 6f 20 6b 65 65 70 29 20 6f 72 20 62 79 20 63 |to keep) or by c| 00001810 68 6f 6f 73 69 6e 67 20 61 20 64 69 66 66 65 72 |hoosing a differ| 00001820 65 6e 74 20 6e 61 6d 65 20 66 6f 72 20 69 74 20 |ent name for it | 00001830 99 20 74 68 69 73 20 77 69 6c 6c 0a 70 72 6f 62 |. this will.prob| 00001840 61 62 6c 79 20 72 65 73 75 6c 74 20 69 6e 20 74 |ably result in t| 00001850 68 65 20 6f 72 69 67 69 6e 61 6c 20 62 61 63 6b |he original back| 00001860 75 70 20 64 69 72 65 63 74 6f 72 79 20 62 65 69 |up directory bei| 00001870 6e 67 20 70 75 72 67 65 64 20 69 6e 74 6f 20 74 |ng purged into t| 00001880 68 65 20 6e 65 77 0a 6f 6e 65 2e 0a 0a 4e 6f 20 |he new.one...No | 00001890 73 70 65 63 69 61 6c 20 70 72 6f 76 69 73 69 6f |special provisio| 000018a0 6e 20 68 61 73 20 62 65 65 6e 20 6d 61 64 65 20 |n has been made | 000018b0 66 6f 72 20 61 72 63 68 69 76 65 73 20 62 75 74 |for archives but| 000018c0 20 61 6e 20 6f 70 65 6e 20 61 72 63 68 69 76 65 | an open archive| 000018d0 20 63 61 6e 20 62 65 0a 68 61 6e 64 6c 65 64 20 | can be.handled | 000018e0 74 68 65 20 73 61 6d 65 20 61 73 20 61 6e 20 6f |the same as an o| 000018f0 72 64 69 6e 61 72 79 20 64 69 72 65 63 74 6f 72 |rdinary director| 00001900 79 2e 0a 0a 54 68 65 20 61 70 70 6c 69 63 61 74 |y...The applicat| 00001910 69 6f 6e 20 69 6e 69 74 69 61 6c 6c 79 20 75 73 |ion initially us| 00001920 65 73 20 61 20 57 69 6d 70 20 73 6c 6f 74 20 6f |es a Wimp slot o| 00001930 66 20 36 34 6b 2e 20 41 66 74 65 72 20 69 6e 69 |f 64k. After ini| 00001940 74 69 61 6c 69 73 61 74 69 6f 6e 2c 0a 74 68 69 |tialisation,.thi| 00001950 73 20 69 73 20 72 65 64 75 63 65 64 20 74 6f 20 |s is reduced to | 00001960 61 62 6f 75 74 20 33 36 6b 20 6f 6e 20 61 20 52 |about 36k on a R| 00001970 69 73 63 20 50 63 2e 20 54 68 65 20 61 6d 6f 75 |isc Pc. The amou| 00001980 6e 74 20 6f 66 20 6d 65 6d 6f 72 79 20 72 65 71 |nt of memory req| 00001990 75 69 72 65 64 0a 64 75 72 69 6e 67 20 6f 70 65 |uired.during ope| 000019a0 72 61 74 69 6f 6e 20 64 65 70 65 6e 64 73 20 6f |ration depends o| 000019b0 6e 20 74 68 65 20 64 65 70 74 68 20 6f 66 20 74 |n the depth of t| 000019c0 68 65 20 64 69 72 65 63 74 6f 72 79 20 74 72 65 |he directory tre| 000019d0 65 20 62 65 69 6e 67 20 63 68 65 63 6b 65 64 2e |e being checked.| 000019e0 0a 54 68 65 20 70 72 6f 67 72 61 6d 20 74 61 6b |.The program tak| 000019f0 65 73 20 6a 75 73 74 20 61 20 66 65 77 20 6b 20 |es just a few k | 00001a00 66 6f 72 20 65 61 63 68 20 64 69 72 65 63 74 6f |for each directo| 00001a10 72 79 20 6c 65 76 65 6c 20 61 6e 64 20 67 69 76 |ry level and giv| 00001a20 65 73 20 69 74 20 62 61 63 6b 0a 77 68 65 6e 20 |es it back.when | 00001a30 69 74 20 68 61 73 20 66 69 6e 69 73 68 65 64 20 |it has finished | 00001a40 77 69 74 68 20 69 74 2e 0a 0a 41 63 6b 6e 6f 77 |with it...Acknow| 00001a50 6c 65 64 67 65 6d 65 6e 74 73 20 61 72 65 20 64 |ledgements are d| 00001a60 75 65 20 74 6f 20 6d 79 20 73 6f 6e 20 41 6c 65 |ue to my son Ale| 00001a70 78 61 6e 64 65 72 20 46 6f 78 20 77 68 6f 20 64 |xander Fox who d| 00001a80 65 73 69 67 6e 65 64 20 74 68 65 0a 61 70 70 6c |esigned the.appl| 00001a90 69 63 61 74 69 6f 6e 20 73 70 72 69 74 65 20 61 |ication sprite a| 00001aa0 6e 64 20 6d 61 64 65 20 73 65 76 65 72 61 6c 20 |nd made several | 00001ab0 70 72 6f 67 72 61 6d 6d 69 6e 67 20 73 75 67 67 |programming sugg| 00001ac0 65 73 74 69 6f 6e 73 2e 0a |estions..| 00001ac9