#	@(#) forms.src 23.1 91/08/29 
#
#	Copyright (C) 1989-1991 The Santa Cruz Operation, Inc.
#		All Rights Reserved.
#	The information in this file is provided for the exclusive use of
#	the licensees of The Santa Cruz Operation, Inc.  Such users have the
#	right to use, modify, and incorporate this code into other products
#	for purposes authorized by the license agreement provided they include
#	this notice and the associated copyright notice with any such product.
#	The information in this file is provided "AS IS" without warranty.
#

((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
))
