The file `backup-specs' specifies backup parameters for the
backup and restoration scripts provided with tar. You must
edit `backup-specs' to fit your system configuration and schedule
before using these scripts.
?FIXME?This about backup scripts needs to be written: BS is a shell script .... thus ... `backup-specs' is in shell script syntax.?
?FIXME?Whats a parameter .... looked at by the backup scripts ... which will be expecting to find ... now syntax ... value is linked to lame ... `backup-specs' specifies the following parameters:?
`ADMINISTRATOR'
|
The user name of the backup administrator. |
`BACKUP_HOUR'
|
The hour at which the backups are done. This can be a number from 0
to 23, or the string ` |
`TAPE_FILE'
|
The device ?FIXME?examples for all ...? |
`TAPE_STATUS'
|
The command to use to obtain the status of the archive device, including error count. On some tape drives there may not be such a command; in that case, simply use `TAPE_STATUS=false'. |
`BLOCKING'
|
The blocking factor |
`BACKUP_DIRS'
|
A list of file systems to be dumped. You can include any directory name in the list---subdirectories on that file system will be included, regardless of how they may look to other networked machines. Subdirectories on other file systems will be ignored.
The host name specifies which host to run |
`BACKUP_FILES'
|
A list of individual files to be dumped. These should be accessible from the machine on which the backup script is run. ?FIXME?Same file name, be specific. Through NFS ...? |