#
#  	@(#) forms.src 1.8 89/07/20 
#
#	Copyright (C) The Santa Cruz Operation, 1989.
#	This Module contains Proprietary Information of
# 	The Santa Cruz Operation and is Confidential.
#
#
# The code marked with symbols from the list below, is owned
# by The Santa Cruz Operation Inc., and represents SCO value
# added portions of source code requiring special arrangements
# with SCO for inclusion in any product.
#  Symbol:		 Market Module:
# SCO_BASE 		Platform Binding Code
# SCO_ENH 		Enhanced Device Driver
# SCO_ADM 		System Administration & Miscellaneous Tools
# SCO_C2TCB 		SCO Trusted Computing Base-TCB C2 Level
# SCO_DEVSYS 		SCO Development System Extension
# SCO_INTL 		SCO Internationalization Extension
# SCO_BTCB 		SCO Trusted Computing Base TCB B Level Extension
# SCO_REALTIME 	SCO Realtime Extension
# SCO_HIGHPERF 	SCO High Performance Tape and Disk Device Drivers
# SCO_VID 		SCO Video and Graphics Device Drivers (2.3.x)
# SCO_TOOLS 		SCO System Administration Tools
# SCO_FS 		Alternate File Systems
# SCO_GAMES 		SCO Games
#

# BEGIN SCO_ADM

((mount
A='TEXT'
B='TEXT'
C='SELECT'
*

'            The filesystem specified needs to be mounted '

'            Filesystem   : [                                 ] '

'            Mount point  : [                                 ] '


'            Ok to mount  : [Yes]      [No] '

*
'A',' ',' '
'B',' ',' '
'C','0','Y',Mount the filesystem
'C','1','N',Abandon the command
))

((unmount
A='TEXT'
B='TEXT'
C='SELECT'
*

'            The filesystem specified needs to be unmounted '

'            Filesystem     : [                                 ] '

'            Mount point    : [                                 ] '


'            Ok to unmount  : [Yes]      [No] '

*
'A',' ',' '
'B',' ',' '
'C','0','Y',Unmount the filesystem
'C','1','N',Abandon the command
))

((badmount
A='TEXT'
B='TEXT'
C='TEXT'
D='SELECT'
*

'            The filesystem specified needs to be unmounted. '

'            But it is not mounted at its default mount point.'

'            Only root can unmount the filesystem'

'            Filesystem           : [                                 ] '

'            Current mount point  : [                                 ] '

'            Default mount point  : [                                 ] '


'                                [Continue]'

*
'A',' ',' '
'B',' ',' '
'C',' ',' '
'D','0','U',Press <Return>
))

((noeditor 
A='SELECT'
*

'                           No editor could be found '



'                                [Continue] '
*
'A','0','u',Press <Return>
))

((priv1
A='SELECT'
*

'                The backup authorization must be present to use Backups'



'                                 [Continue]'
*
'A','0','u',Press <Return>
))
60

((archive
A='TEXT',Press <F3> to choose from a list of filesystems
B='TEXT',Press <F3> to choose from a list of available media
C='VALUE',Block sizes must be in multiples of 1024 bytes
D='VALUE',Media volume size must be specified in terms of 1024 bytes (K).
E='SELECT'
F='SELECT'
*

'           Filesystem to archive  :   [                                 ]'

'           Media                  :   [                                 ]'

'           Block size in Bytes    :   [        ] '

'           Volume size in Kbytes  :   [        ] '

'           Format a floppy        :   [Yes]     [No] '

        
'           Press <Return> to backup the filesystem or <ESC> to abandon'

'                               [Archive]'
*
'A',' ',' '
'B',' ',' '
'C',' ',' '
'D',' ',' '
'E','0','Y',Press <Return> to format a floppy
'E','1','N',Press <Return> if formatting is not required
'F','0','a',Press <Return> to proceed with the archive
))

((resfilesys
A='TEXT',Press <F3> to choose from a list of filesystems
B='TEXT',Press <F3> to choose from a list of available media
C='VALUE',Block sizes must be in multiples of 512 bytes
D='SELECT'
*

'           Filesystem to restore  :   [                                 ]'

'           Media                  :   [                                 ]'

'           Block size in Bytes    :   [        ] '


'           Press <Return> to restore the filesystem or <ESC> to abandon '


'                                [Restore]'

*
'A',' ',' '
'B',' ',' '
'C',' ',' '
'D','0','r',Press <Return> to proceed with restore
))

((resdirfile
A='TEXT',Press <F3> to choose from a list of available media
B='TEXT',Enter the file you wish to restore
C='TEXT',Press <F3> to select a directory
D='VALUE',Block sizes must be in multiples of 512 bytes
E='SELECT'
*

'           Media                   :   [                                 ]'

'           File to restore         :   [                                 ]'

'           Directory to restore to :   [                                 ]'

'           Block size in Bytes     :   [        ] '


'           Press <Return> to restore the file or <ESC> to abandon '


'                                [Restore]'

*
'A',' ',' '
'B',' ',' '
'C',' ',' '
'D',' ',' '
'E','0','r',Press <Return> to proceed with restore
))

((cnt_vrfy
A='TEXT',Press <F3> to choose from a list of available media
B='VALUE',Block sizes must be in multiples of 512 bytes
C='SELECT'
*

'           Media                   :   [                                 ]'

'           Block size in Bytes     :   [        ] '


'           Press <Return> to view the contents of the backup '
'                       or press <ESC> to abandon '
'                  (This command may take a long time.) '

'                                 [View]'

*
'A',' ',' '
'B',' ',' '
'C','0','v',Press <Return> to proceed with listing of backup
))

((integrity
A='TEXT',Press <F3> to choose from a list of available media
B='TEXT',Press <F3> to choose from a list of filesystems
C='VALUE',Block sizes must be in multiples of 512 bytes
D='SELECT'
*

'           Media                   :   [                                 ]'

'           Filesystem              :   [                                ]'

'           Block size in Bytes     :   [        ] '


'           Press <Return> to check the integrity of the backup '
'                        or press <ESC> to abandon '
'                  (This command may take a long time.) '

'                             [Check Integrity]'

*
'A',' ',' '
'B',' ',' '
'C',' ',' '
'D','0','c',Press <Return> to proceed with integrity check
))

# END SCO_ADM
