Task #8803
LDAP backup mechanism
Start date:
2019-05-21
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
Description
Provision a backup mechanism for LDAP on the CNs.
Subtasks
History
#1 Updated by Dave Vieglais over 5 years ago
- % Done changed from 0 to 30
- Status changed from New to In Progress
The ldap-git-backup
utility looks ideal for this purpose.
#2 Updated by Dave Vieglais over 5 years ago
Installed ldap-git-backup
on the production CNs. Procedure:
sudo apt-get install ldap-git-backup
/etc/cron.daily/ldap-git-backup
:
#!/bin/sh /usr/sbin/ldap-git-backup
and make executable:
sudo chmod a+x /etc/cron.daily/ldap-git-backup
Output to /var/backups/ldap
which is a bunch of LDIF files managed by git and easily searched with grep.
#3 Updated by Dave Vieglais over 5 years ago
- % Done changed from 30 to 100
- Status changed from In Progress to Closed