Changes

Jump to: navigation, search

stoney backup: Server set-up

539 bytes added, 07:12, 13 June 2014
/* Configuration */
=== Configuration ===
In the configuration you have to define two simple things:
# Which script to call for quota checks and scheduler checks
# How to access the LDAP backend
/etc/backup-utils/checkBackups.conf
<pre>
[Scripts]
CheckQuotaScript = /usr/libexec/backup-utils/writeAccountSize.pl
CheckScheduleScript = /usr/libexec/backup-utils/scheduleWarning.pl
 
[LDAP]
Server = ldaps://ldapm.tombstone.ch
Port = 636
Username = cn=Manager,dc=stoney-cloud,dc=org
Password = <PASSWORD>
AccountBase = ou=accounts,ou=backup,ou=services,dc=stoney-cloud,dc=org
</pre>
== ResellerBackupBilling.pl ==
486
edits