Important

application.properties is a configuration file for cbackup.jar that contains application and Spring configuration variables. It is separated on several segments and its data must be valid to run daemon correctly.

Keys explained

Key Type Default Description
sshd.shell.port Integer 8437 Port where daemon sshd shell is opened
sshd.shell.enabled Boolean true true or false to enable or disable sshd shell
sshd.shell.username String cbadmin Username for sshd daemon shell
sshd.shell.password String - Password for sshd daemon shell. Generated randomly upon installation
sshd.shell.host String 127.0.0.1 Hostname or IP-address where daemon opens its shell
sshd.shell.auth.authType String SIMPLE Authentication type. SIMPLE is auth by password and AUTH_PROVIDER is authentication by key. For more information check sshd official documentation
sshd.shell.prompt.title String cbackup Welcome title for sshd shell
spring.main.banner-mode String off off or on to display default Spring Framework banner while connecting to sshd shell
cbackup.scheme String http http or https
cbackup.site String localhost/index.php Entry-script of cBackup web core. Very important to make sure it contains valid url. Otherwise daemon won't be able to communicate with core.
cbackup.token String - Access token for javacore user. Is generated by installer.