utexas-bwi / bwi

ROS packages for building wide intelligence project, University of Texas at Austin
http://wiki.ros.org/bwi
9 stars 14 forks source link

LDAP: need automatic backups for the database #30

Open jack-oquin opened 9 years ago

jack-oquin commented 9 years ago

@piyushk: this is an important step that needs work. I suppose it involves copying one or more files to somewhere that gets backed up automatically by the department.

Will you handle it?

jack-oquin commented 8 years ago

Generating a backup file using slapcat looks straightforward:

Running this today produced a mere 38315 bytes of ASCII text:

sudo slapcat -v -l ldap.backup

Ideally, we should copy that file to some BWI storage space on the main CS systems which are regularly backed up. But, I don't have access to that.

So, meanwhile, for disaster recovery, I made a copy on zapp in /etc/bwi/ldap/backup.ldap. At least that way we won't lose everything if nixons-head gets hacked.