######################################################### # RESOURCE TEMPLATE # # This file contains a list of configuration attributes # for Sybase Backup Server. This is the template for # configuring a new Backup Server. DO NOT EDIT THIS FILE. # Copy the template to another file and edit that. # # Syntax of the resource file is: # # product_name.attribute:value # # Attributes with a value of USE_DEFAULT will use the Sybase # defaults for this platform. # # NOTES: # Generic attributes are prefaced by "sybinit." The # only generic attributes are "release_directory" and "product." # ######################################################### ######################################################### # RELEASE LOCATION sybinit.release_directory: /put_your_release_directory_pathname_here # The product that you wish to configure. sybinit.product: bsrv ############################################################# # BACKUP SERVER ATTRIBUTES # name for Backup Server (default is SYB_BACKUP) bsrv.server_name: USE_DEFAULT ############################################################# # INFORMATION ABOUT THE BACKUP SERVER INTERFACES FILE ENTRY # add Backup Server to interfaces file? bsrv.do_add_backup_server: yes # connect retry count; number of times client tries to connect # to Backup Server before giving up bsrv.connect_retry_count: 0 # connect retry delay time (in seconds); amount of time client # waits between each connection attempt bsrv.connect_retry_delay_time: 0 # notes associated with Backup Server interfaces file entry bsrv.notes: # protocol for Backup Server network listener bsrv.network_protocol_list: tcp # alias name for Backup Server network listener bsrv.network_name_alias_list: # name of host for Backup Server bsrv.network_hostname_list: put_your_hostname_here # port number for network listener bsrv.network_port_list: put_your_port_number_here # default language for backupserver bsrv.language: USE_DEFAULT # default charset for backupserver bsrv.character_set: USE_DEFAULT ############################################################# # BACKUP SERVER FILES # pathname of Backup Server errorlog file (default is /install/backup.log) bsrv.errorlog: USE_DEFAULT