Changes

Jump to: navigation, search

stoney backup: Server set-up

2,467 bytes added, 08:26, 12 June 2014
/* Configuration */
=== Configuration ===
If it is the first provisioning module running on this server (very likely) you first have to configure the provisioning daemon (you can skip this step if you have already another provisioning module running on this server) ==== Provisioning global configuration ====The global configuration file for the provisioning daemon applies to all provisioning modules running on the server. This configuration therefore contains information about the provisioning daemon itself and no information at all about the specific modules. <pre># Copyright (C) 2012 stepping stone GmbH# Switzerland# http://www.stepping-stone.ch# support@stepping-stone.ch## Authors:# Pat Kläy <pat.klaey@stepping-stone.ch># # Licensed under the EUPL, Version 1.1.## You may not use this work except in compliance with the# Licence.# You may obtain a copy of the Licence at:## http://www.osor.eu/eupl## Unless required by applicable law or agreed to in# writing, software distributed under the Licence is currently located # distributed on an "AS IS" basis,# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either# express or implied.# See the Licence for the specific language governing# permissions and limitations under the Licence.# [Global]# If true the script logs every information to the log-file.LOG_DEBUG = 0 # If true the script logs additional information to the log-file.LOG_INFO = 1 #If true the script logs warnings to the log-file.LOG_WARNING = 1 #If true the script logs errors to the log-file.LOG_ERR = 1  # The number of seconds to wait before retry contacting the backend server during startup.SLEEP = 10 # Number of backend server connection retries during startup.ATTEMPTS = 3 [Operation Mode]# The number of seconds to wait before retry contacting the backend server in case of a service interruptions.SLEEP = 30 # Number of backend server connection retries in case of a service interruptions.ATTEMPTS = 3 [Mail]# Error messages are sent to the mail configured below.SENDTO = <YOUR-MAIL-ADDRESS>HOST = mail.stepping-stone.chPORT = 587USERNAME = <YOUR-NOTIFICATION-EMAIL-ADDRESS>PASSWORD = <PASSWORD>FROMNAME = Provisioning daemonCA_DIR = /varetc/workssl/certsSSL = starttlsAUTH_METHOD = LOGIN # Additionally, you can be informed about creation, modification and deletion of services.WANTINFOMAIL = 1</pre> ==== Provisioning daemon prov-backup-rsnapshot directory: module ==== vi The module specific configuration is located in /varetc/workProvisioning/<Service>/<Type>.conf. In the case of the prov-backup-rsnapshotmodule this is <code>/etc/Provisioning/Backup/Rsnapshot_testRsnapshot.conf</code>
<pre>
486
edits