The basic routine maintenance tasks are:
- Data backup
- Malware management
- File system maintenance
Backup
To backup is to create a redundant copy, so that if anything should happen to the original file, you have recourse to the backup. The process can be as simple as copying files to diskettes, but this soon becomes a problem where files are too big for diskette, where there are too many files, or where too many diskettes are required.
A better solution is to use an archiver (such as WinZip) or a backup utility to create a single compressed file from a collection of data files, and to split this over as many diskettes as required. This uses fewer diskettes and allows large files to be backed up even if the file is larger than a diskette can hold.
For large data sets, you may need to use a bulk storage medium such as tape, Zip disk, CDR or similar. These are generally faster and more reliable than diskettes.
The systems I set up will usually have a facility to backup data and core system files to the hard drive, and another to copy the most recent of such backups to diskettes. You should use this whenever you have done more work than you would want to redo from scratch. If your work is saved outside the designated data subtree then it won't be backed up by this process; you will have to make your own arrangements to back it up (WinZip, copy, etc.)
Malware management
There's more on safe computing and malware. Malware includes viruses, worms, trojans, and increasingly invasive commercial applications, and management has several parts:
- Risk avoidance and evaluation - choice of applications and system setup
- Risk avoidance and evaluation - user education and safe computing practice
- Risk detection and destruction - choice and use of antivirus software
- Keeping abreast of malware - antivirus updates and ongoing user education
For best performance, you can use on-demand rather than on-access antivirus scanners - but this requires the user to know when to use this, and act accordingly.
Updating an antivirus generally involves these steps:
- Go to antivirus vendor's web site via (say) Internet Explorer
- Navigate to the download section of the site
- Download any updates that are relevant, noting where these are saved
- Extract files from downloaded archive to the antivirus program directory
File system maintenance
Much can be done during system setup to improve the survivability, maintainability and recoverability of the file system and its data, as discussed on the data management page. Thereafter, there are three tasks required on a regular basis:
- Check that sufficient free space is available; ideally 50M+ on C: volume
- Check the file system for errors, and manage these
- Defragment the file system once it is known to be error-free
http://cquirke.mvps.org/9x/maintain.htm
No comments:
Post a Comment