Changes

Jump to: navigation, search

User:Pat

1,212 bytes added, 19:26, 19 August 2013
/* State of the art */
*** <code>vi /etc/Provisionig/Backup/KVM.conf</code>
*** <pre>SERVER = ldaps://ldapm.stepping-stone.ch</pre>
 
== Scripts ==
=== prov-backup-rsnapshot ===
See [[prov-backup-rsnapshot]]
=== scheduleWarning.pl ===
The scheduleWarning.pl is executed once a day for every (active) backup account in the LDAP directory. It compares the the scheduled backups with the backups which were really written and send the user a mail, if something is not as it should be. Every reseller can define its proper text (template) and store it on the filesystem. The path to the template is stored in the LDAP directory (see [[]]). The scheduleWarning.pl script reads these values and then open the appropriate template. In this template the following placeholders are replaced:
* {$salutation} => Salutation: "Sehr geehrter Herr" / "Dear Mrs."* {$surname} => Surname of the backup account owner* {$scheduled_date} => The scheduled date of the backup that did not succeed* {$scheduled_time} => The scheduled time of the backup that did not succeed* {$gecos} => The gecos of the backup that did not succeed* {$computer} => The computer name from which the backup did not succeed* {$last_success} => The date and time of the last successful backup
* {$uid} => The backups UID
All placeholders are language depended.
==== Configuration ===
486
edits