Changes

Jump to: navigation, search

User:Pat

178 bytes added, 13:28, 21 August 2013
/* State of the art */
* Backup helper scripts
** The writeAccontSize.pl is adapted to the new LDAP directory. It reads and writes quota values and thresholds from/to the LDAP and gets the path to the mail templates from the LDAP
** Add the mail subject to the mail templates for the quota warning mails:
*** Add the following line at the very top of the template
*** <pre>Subject: <YOUR-MAIL-SUBJECT></pre>
** A script (and cronjob) which executes two commands each night is still missing and needs to be implemented. It must do an LDAP search and get all active backup account (search under <code>ou=accounts,ou=backup,ou=services,dc=foss-cloud,dc=org</code> for <code>objectClass=sstBackup</code> and <code>sstIsActive=TRUE</code>). Read the necessary attributes from these accounts and execute the following commands:
*** <code>/<path/to>/writeAccountSize.pl -C /<path/to>/writeAccountSize.conf -D <home directory> -U <UID></code>
486
edits